Html Css Color HEX #CFB846 Old Gold

📋 copy color: '#CFB846'

red 207 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #CFB846

Tints of Old Gold #CFB846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.18%

R = 44.9%
G = 39.91%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFB846 (or 0xCFB846) is known color: Old Gold. HEX triplet: CF, B8 and 46. RGB value is (207,184,70). Sum of RGB (Red+Green+Blue) = 207+184+70=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB846 is #3047B9. Grayscale: #B2B2B2. Windows color (decimal): -3164090 or 4634831. OLE color: 4634831.

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

Color convert

RGB 207 184 70 -
CMYK 0 0.11 0.66 0.19
HSL 49.93º 0.59% 0.54% -
HSV(B) 49.93º 0.66% 0.81% -
XYZ 43.98 47.99 12.74 -
YUV 177.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 207 184 70 0 0.11 0.66 0.19 49.93 0.59 0.54
Hex CF B8 46 0 B 42 13 32 3B 36
Octal 317 270 106 0 13 102 23 62 73 66
Binary 11001111 10111000 1000110 0 1011 1000010 10011 110010 111011 110110

Color Harmonies of #CFB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB846

Black with #CFB846

Text Example


Text Example

White with #CFB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB846; }

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

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

background-color css

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

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

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

border-color css

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

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

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