Html Css Color HEX #CBB528 Old Gold

📋 copy color: '#CBB528'

red 203 ◦ green 181 ◦ blue 40

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

Shades of Old Gold #CBB528

Tints of Old Gold #CBB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 47.88%
G = 42.69%
B = 9.43%

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

#CBB528 (or 0xCBB528) is known color: Old Gold. HEX triplet: CB, B5 and 28. RGB value is (203,181,40). Sum of RGB (Red+Green+Blue) = 203+181+40=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB528 is #344AD7. Grayscale: #ACACAC. Windows color (decimal): -3427032 or 2667979. OLE color: 2667979.

HSL color Cylindrical-coordinate representation of color #CBB528: hue angle of 51.9º degrees, saturation: 0.67, 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 #CBB528 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 181 40 -
CMYK 0 0.11 0.80 0.20
HSL 51.9º 0.67% 0.48% -
HSV(B) 51.9º 0.8% 0.8% -
XYZ 41.54 45.9 8.68 -
YUV 171.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 203 181 40 0 0.11 0.80 0.20 51.9 0.67 0.48
Hex CB B5 28 0 B 50 14 34 43 30
Octal 313 265 50 0 13 120 24 64 103 60
Binary 11001011 10110101 101000 0 1011 1010000 10100 110100 1000011 110000

Color Harmonies of #CBB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB528

Black with #CBB528

Text Example


Text Example

White with #CBB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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