Html Css Color HEX #CFBB37 Old Gold

📋 copy color: '#CFBB37'

red 207 ◦ green 187 ◦ blue 55

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

Shades of Old Gold #CFBB37

Tints of Old Gold #CFBB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.25%

R = 46.1%
G = 41.65%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFBB37 (or 0xCFBB37) is known color: Old Gold. HEX triplet: CF, BB and 37. RGB value is (207,187,55). Sum of RGB (Red+Green+Blue) = 207+187+55=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB37 is #3044C8. Grayscale: #B2B2B2. Windows color (decimal): -3163337 or 3652559. OLE color: 3652559.

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

Color convert

RGB 207 187 55 -
CMYK 0 0.10 0.73 0.19
HSL 52.11º 0.61% 0.51% -
HSV(B) 52.11º 0.73% 0.81% -
XYZ 44.19 49.08 10.76 -
YUV 177.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 207 187 55 0 0.10 0.73 0.19 52.11 0.61 0.51
Hex CF BB 37 0 A 49 13 34 3D 33
Octal 317 273 67 0 12 111 23 64 75 63
Binary 11001111 10111011 110111 0 1010 1001001 10011 110100 111101 110011

Color Harmonies of #CFBB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB37

Black with #CFBB37

Text Example


Text Example

White with #CFBB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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