Html Css Color HEX #CFB847 Old Gold

📋 copy color: '#CFB847'

red 207 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #CFB847

Tints of Old Gold #CFB847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.37%

R = 44.81%
G = 39.83%
B = 15.37%

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

#CFB847 (or 0xCFB847) is known color: Old Gold. HEX triplet: CF, B8 and 47. RGB value is (207,184,71). Sum of RGB (Red+Green+Blue) = 207+184+71=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB847 is #3047B8. Grayscale: #B2B2B2. Windows color (decimal): -3164089 or 4700367. OLE color: 4700367.

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

Color convert

RGB 207 184 71 -
CMYK 0 0.11 0.66 0.19
HSL 49.85º 0.59% 0.55% -
HSV(B) 49.85º 0.66% 0.81% -
XYZ 44.01 48 12.91 -
YUV 178 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 207 184 71 0 0.11 0.66 0.19 49.85 0.59 0.55
Hex CF B8 47 0 B 42 13 32 3B 37
Octal 317 270 107 0 13 102 23 62 73 67
Binary 11001111 10111000 1000111 0 1011 1000010 10011 110010 111011 110111

Color Harmonies of #CFB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB847

Black with #CFB847

Text Example


Text Example

White with #CFB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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