Html Css Color HEX #CFBB49 Old Gold

📋 copy color: '#CFBB49'

red 207 ◦ green 187 ◦ blue 73

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

Shades of Old Gold #CFBB49

Tints of Old Gold #CFBB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 44.33%
G = 40.04%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFBB49 (or 0xCFBB49) is known color: Old Gold. HEX triplet: CF, BB and 49. RGB value is (207,187,73). Sum of RGB (Red+Green+Blue) = 207+187+73=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB49 is #3044B6. Grayscale: #B4B4B4. Windows color (decimal): -3163319 or 4832207. OLE color: 4832207.

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

Color convert

RGB 207 187 73 -
CMYK 0 0.10 0.65 0.19
HSL 51.04º 0.58% 0.55% -
HSV(B) 51.04º 0.65% 0.81% -
XYZ 44.71 49.29 13.46 -
YUV 179.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 207 187 73 0 0.10 0.65 0.19 51.04 0.58 0.55
Hex CF BB 49 0 A 41 13 33 3A 37
Octal 317 273 111 0 12 101 23 63 72 67
Binary 11001111 10111011 1001001 0 1010 1000001 10011 110011 111010 110111

Color Harmonies of #CFBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB49

Black with #CFBB49

Text Example


Text Example

White with #CFBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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