Html Css Color HEX #CFBB40 Old Gold

📋 copy color: '#CFBB40'

red 207 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #CFBB40

Tints of Old Gold #CFBB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 45.2%
G = 40.83%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CFBB40 (or 0xCFBB40) is known color: Old Gold. HEX triplet: CF, BB and 40. RGB value is (207,187,64). Sum of RGB (Red+Green+Blue) = 207+187+64=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB40 is #3044BF. Grayscale: #B3B3B3. Windows color (decimal): -3163328 or 4242383. OLE color: 4242383.

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

Color convert

RGB 207 187 64 -
CMYK 0 0.10 0.69 0.19
HSL 51.61º 0.6% 0.53% -
HSV(B) 51.61º 0.69% 0.81% -
XYZ 44.43 49.18 12 -
YUV 178.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 207 187 64 0 0.10 0.69 0.19 51.61 0.6 0.53
Hex CF BB 40 0 A 45 13 34 3C 35
Octal 317 273 100 0 12 105 23 64 74 65
Binary 11001111 10111011 1000000 0 1010 1000101 10011 110100 111100 110101

Color Harmonies of #CFBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB40

Black with #CFBB40

Text Example


Text Example

White with #CFBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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