Html Css Color HEX #CFBA37 Old Gold

📋 copy color: '#CFBA37'

red 207 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #CFBA37

Tints of Old Gold #CFBA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

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

R = 46.21%
G = 41.52%
B = 12.28%

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

#CFBA37 (or 0xCFBA37) is known color: Old Gold. HEX triplet: CF, BA and 37. RGB value is (207,186,55). Sum of RGB (Red+Green+Blue) = 207+186+55=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA37 is #3045C8. Grayscale: #B1B1B1. Windows color (decimal): -3163593 or 3652303. OLE color: 3652303.

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

Color convert

RGB 207 186 55 -
CMYK 0 0.10 0.73 0.19
HSL 51.71º 0.61% 0.51% -
HSV(B) 51.71º 0.73% 0.81% -
XYZ 43.98 48.66 10.69 -
YUV 177.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 207 186 55 0 0.10 0.73 0.19 51.71 0.61 0.51
Hex CF BA 37 0 A 49 13 34 3D 33
Octal 317 272 67 0 12 111 23 64 75 63
Binary 11001111 10111010 110111 0 1010 1001001 10011 110100 111101 110011

Color Harmonies of #CFBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA37

Black with #CFBA37

Text Example


Text Example

White with #CFBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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