Html Css Color HEX #CCB528 Old Gold

📋 copy color: '#CCB528'

red 204 ◦ green 181 ◦ blue 40

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

Shades of Old Gold #CCB528

Tints of Old Gold #CCB528

RGB

 RED value IS 204 (80.08% from 255) = 48%

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

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

R = 48%
G = 42.59%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB528 (or 0xCCB528) is known color: Old Gold. HEX triplet: CC, B5 and 28. RGB value is (204,181,40). Sum of RGB (Red+Green+Blue) = 204+181+40=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB528 is #334AD7. Grayscale: #ACACAC. Windows color (decimal): -3361496 or 2667980. OLE color: 2667980.

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

Color convert

RGB 204 181 40 -
CMYK 0 0.11 0.80 0.2
HSL 51.59º 0.67% 0.48% -
HSV(B) 51.59º 0.8% 0.8% -
XYZ 41.81 46.04 8.69 -
YUV 171.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 204 181 40 0 0.11 0.80 0.2 51.59 0.67 0.48
Hex CC B5 28 0 B 50 14 34 43 30
Octal 314 265 50 0 13 120 24 64 103 60
Binary 11001100 10110101 101000 0 1011 1010000 10100 110100 1000011 110000

Color Harmonies of #CCB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB528

Black with #CCB528

Text Example


Text Example

White with #CCB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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