Html Css Color HEX #CFBB47 Old Gold

📋 copy color: '#CFBB47'

red 207 ◦ green 187 ◦ blue 71

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

Shades of Old Gold #CFBB47

Tints of Old Gold #CFBB47

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

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

R = 44.52%
G = 40.22%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFBB47 (or 0xCFBB47) is known color: Old Gold. HEX triplet: CF, BB and 47. RGB value is (207,187,71). Sum of RGB (Red+Green+Blue) = 207+187+71=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB47 is #3044B8. Grayscale: #B4B4B4. Windows color (decimal): -3163321 or 4701135. OLE color: 4701135.

HSL color Cylindrical-coordinate representation of color #CFBB47: hue angle of 51.18º 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 #CFBB47 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 71 -
CMYK 0 0.10 0.66 0.19
HSL 51.18º 0.59% 0.55% -
HSV(B) 51.18º 0.66% 0.81% -
XYZ 44.64 49.26 13.12 -
YUV 179.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 207 187 71 0 0.10 0.66 0.19 51.18 0.59 0.55
Hex CF BB 47 0 A 42 13 33 3B 37
Octal 317 273 107 0 12 102 23 63 73 67
Binary 11001111 10111011 1000111 0 1010 1000010 10011 110011 111011 110111

Color Harmonies of #CFBB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB47

Black with #CFBB47

Text Example


Text Example

White with #CFBB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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