Html Css Color HEX #CFB844 Old Gold

📋 copy color: '#CFB844'

red 207 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #CFB844

Tints of Old Gold #CFB844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.81%

R = 45.1%
G = 40.09%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CFB844 (or 0xCFB844) is known color: Old Gold. HEX triplet: CF, B8 and 44. RGB value is (207,184,68). Sum of RGB (Red+Green+Blue) = 207+184+68=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB844 is #3047BB. Grayscale: #B2B2B2. Windows color (decimal): -3164092 or 4503759. OLE color: 4503759.

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

Color convert

RGB 207 184 68 -
CMYK 0 0.11 0.67 0.19
HSL 50.07º 0.59% 0.54% -
HSV(B) 50.07º 0.67% 0.81% -
XYZ 43.92 47.96 12.41 -
YUV 177.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 207 184 68 0 0.11 0.67 0.19 50.07 0.59 0.54
Hex CF B8 44 0 B 43 13 32 3B 36
Octal 317 270 104 0 13 103 23 62 73 66
Binary 11001111 10111000 1000100 0 1011 1000011 10011 110010 111011 110110

Color Harmonies of #CFB844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB844

Black with #CFB844

Text Example


Text Example

White with #CFB844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB844; }

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

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

background-color css

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

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

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

border-color css

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

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

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