Html Css Color HEX #CFB82E Old Gold

📋 copy color: '#CFB82E'

red 207 ◦ green 184 ◦ blue 46

#CFB82E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CFB82E

Tints of Old Gold #CFB82E

RGB

 RED value IS 207 (81.25% from 255) = 47.37%

 GREEN value IS 184 (72.27% from 255) = 42.11%

 BLUE value IS 46 (18.36% from 255) = 10.53%

R = 47.37%
G = 42.11%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB82E (or 0xCFB82E) is known color: Old Gold. HEX triplet: CF, B8 and 2E. RGB value is (207,184,46). Sum of RGB (Red+Green+Blue) = 207+184+46=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB82E is #3047D1. Grayscale: #AFAFAF. Windows color (decimal): -3164114 or 3061967. OLE color: 3061967.

HSL color Cylindrical-coordinate representation of color #CFB82E: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB82E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 46 -
CMYK 0 0.11 0.78 0.19
HSL 51.43º 0.64% 0.5% -
HSV(B) 51.43º 0.78% 0.81% -
XYZ 43.37 47.74 9.51 -
YUV 175.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 207 184 46 0 0.11 0.78 0.19 51.43 0.64 0.5
Hex CF B8 2E 0 B 4E 13 33 40 32
Octal 317 270 56 0 13 116 23 63 100 62
Binary 11001111 10111000 101110 0 1011 1001110 10011 110011 1000000 110010

Color Harmonies of #CFB82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB82E

Black with #CFB82E

Text Example


Text Example

White with #CFB82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB82E; }

 p { color: rgb(207,184,46); }

 H1.HeaderClassName
 {
   color: #CFB82E;
 }
 .AnyTagClassName
 {
   color: #CFB82E;
 }
</style>

background-color css

<style>
 a { background-color: #CFB82E; }

 a { background-color: rgb(207,184,46); }

 div.DivClassName
 {
   background-color: #CFB82E;
 }
 .BgClassName
 {
   background-color: #CFB82E;
 }
</style>

border-color css

<style>
 span { border-color: #CFB82E; }

 span { border-color: rgb(207,184,46); }

 td.TdClassName
 {
   border-color: #CFB82E;
 }
 .TagClassName
 {
   border-color: #CFB82E;
 }
</style>