Html Css Color HEX #CFBC36 Old Gold

📋 copy color: '#CFBC36'

red 207 ◦ green 188 ◦ blue 54

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

Shades of Old Gold #CFBC36

Tints of Old Gold #CFBC36

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

 BLUE value IS 54 (21.48% from 255) = 12.03%

R = 46.1%
G = 41.87%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFBC36 (or 0xCFBC36) is known color: Old Gold. HEX triplet: CF, BC and 36. RGB value is (207,188,54). Sum of RGB (Red+Green+Blue) = 207+188+54=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC36 is #3043C9. Grayscale: #B2B2B2. Windows color (decimal): -3163082 or 3587279. OLE color: 3587279.

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

Color convert

RGB 207 188 54 -
CMYK 0 0.09 0.74 0.19
HSL 52.55º 0.61% 0.51% -
HSV(B) 52.55º 0.74% 0.81% -
XYZ 44.38 49.5 10.7 -
YUV 178.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 207 188 54 0 0.09 0.74 0.19 52.55 0.61 0.51
Hex CF BC 36 0 9 4A 13 35 3D 33
Octal 317 274 66 0 11 112 23 65 75 63
Binary 11001111 10111100 110110 0 1001 1001010 10011 110101 111101 110011

Color Harmonies of #CFBC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC36

Black with #CFBC36

Text Example


Text Example

White with #CFBC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC36; }

 p { color: rgb(207,188,54); }

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

background-color css

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

 a { background-color: rgb(207,188,54); }

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

border-color css

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

 span { border-color: rgb(207,188,54); }

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