Html Css Color HEX #CBB529 Old Gold

📋 copy color: '#CBB529'

red 203 ◦ green 181 ◦ blue 41

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

Shades of Old Gold #CBB529

Tints of Old Gold #CBB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

 BLUE value IS 41 (16.41% from 255) = 9.65%

R = 47.76%
G = 42.59%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBB529 (or 0xCBB529) is known color: Old Gold. HEX triplet: CB, B5 and 29. RGB value is (203,181,41). Sum of RGB (Red+Green+Blue) = 203+181+41=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB529 is #344AD6. Grayscale: #ACACAC. Windows color (decimal): -3427031 or 2733515. OLE color: 2733515.

HSL color Cylindrical-coordinate representation of color #CBB529: hue angle of 51.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBB529 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 181 41 -
CMYK 0 0.11 0.80 0.20
HSL 51.85º 0.66% 0.48% -
HSV(B) 51.85º 0.8% 0.8% -
XYZ 41.55 45.9 8.77 -
YUV 171.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 203 181 41 0 0.11 0.80 0.20 51.85 0.66 0.48
Hex CB B5 29 0 B 50 14 34 42 30
Octal 313 265 51 0 13 120 24 64 102 60
Binary 11001011 10110101 101001 0 1011 1010000 10100 110100 1000010 110000

Color Harmonies of #CBB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB529

Black with #CBB529

Text Example


Text Example

White with #CBB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB529; }

 p { color: rgb(203,181,41); }

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

background-color css

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

 a { background-color: rgb(203,181,41); }

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

border-color css

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

 span { border-color: rgb(203,181,41); }

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