Html Css Color HEX #CFBB36 Old Gold

📋 copy color: '#CFBB36'

red 207 ◦ green 187 ◦ blue 54

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

Shades of Old Gold #CFBB36

Tints of Old Gold #CFBB36

RGB

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

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

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

R = 46.21%
G = 41.74%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFBB36 (or 0xCFBB36) is known color: Old Gold. HEX triplet: CF, BB and 36. RGB value is (207,187,54). Sum of RGB (Red+Green+Blue) = 207+187+54=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB36 is #3044C9. Grayscale: #B2B2B2. Windows color (decimal): -3163338 or 3587023. OLE color: 3587023.

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

Color convert

RGB 207 187 54 -
CMYK 0 0.10 0.74 0.19
HSL 52.16º 0.61% 0.51% -
HSV(B) 52.16º 0.74% 0.81% -
XYZ 44.17 49.07 10.63 -
YUV 177.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 207 187 54 0 0.10 0.74 0.19 52.16 0.61 0.51
Hex CF BB 36 0 A 4A 13 34 3D 33
Octal 317 273 66 0 12 112 23 64 75 63
Binary 11001111 10111011 110110 0 1010 1001010 10011 110100 111101 110011

Color Harmonies of #CFBB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB36

Black with #CFBB36

Text Example


Text Example

White with #CFBB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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