Html Css Color HEX #CBB040 Old Gold

📋 copy color: '#CBB040'

red 203 ◦ green 176 ◦ blue 64

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

Shades of Old Gold #CBB040

Tints of Old Gold #CBB040

RGB

 RED value IS 203 (79.69% from 255) = 45.82%

 GREEN value IS 176 (69.14% from 255) = 39.73%

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

R = 45.82%
G = 39.73%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBB040 (or 0xCBB040) is known color: Old Gold. HEX triplet: CB, B0 and 40. RGB value is (203,176,64). Sum of RGB (Red+Green+Blue) = 203+176+64=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB040 is #344FBF. Grayscale: #ABABAB. Windows color (decimal): -3428288 or 4239563. OLE color: 4239563.

HSL color Cylindrical-coordinate representation of color #CBB040: hue angle of 48.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB040 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 64 -
CMYK 0 0.13 0.68 0.20
HSL 48.35º 0.57% 0.52% -
HSV(B) 48.35º 0.68% 0.8% -
XYZ 41.08 44.12 11.2 -
YUV 171.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 203 176 64 0 0.13 0.68 0.20 48.35 0.57 0.52
Hex CB B0 40 0 D 44 14 30 39 34
Octal 313 260 100 0 15 104 24 60 71 64
Binary 11001011 10110000 1000000 0 1101 1000100 10100 110000 111001 110100

Color Harmonies of #CBB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB040

Black with #CBB040

Text Example


Text Example

White with #CBB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB040; }

 p { color: rgb(203,176,64); }

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

background-color css

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

 a { background-color: rgb(203,176,64); }

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

border-color css

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

 span { border-color: rgb(203,176,64); }

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