Html Css Color HEX #CFB843 Old Gold

📋 copy color: '#CFB843'

red 207 ◦ green 184 ◦ blue 67

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

Shades of Old Gold #CFB843

Tints of Old Gold #CFB843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.63%

R = 45.2%
G = 40.17%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CFB843 (or 0xCFB843) is known color: Old Gold. HEX triplet: CF, B8 and 43. RGB value is (207,184,67). Sum of RGB (Red+Green+Blue) = 207+184+67=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB843 is #3047BC. Grayscale: #B2B2B2. Windows color (decimal): -3164093 or 4438223. OLE color: 4438223.

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

Color convert

RGB 207 184 67 -
CMYK 0 0.11 0.68 0.19
HSL 50.14º 0.59% 0.54% -
HSV(B) 50.14º 0.68% 0.81% -
XYZ 43.89 47.95 12.25 -
YUV 177.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 207 184 67 0 0.11 0.68 0.19 50.14 0.59 0.54
Hex CF B8 43 0 B 44 13 32 3B 36
Octal 317 270 103 0 13 104 23 62 73 66
Binary 11001111 10111000 1000011 0 1011 1000100 10011 110010 111011 110110

Color Harmonies of #CFB843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB843

Black with #CFB843

Text Example


Text Example

White with #CFB843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB843; }

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

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

background-color css

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

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

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

border-color css

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

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

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