Html Css Color HEX #CCB52D Old Gold

📋 copy color: '#CCB52D'

red 204 ◦ green 181 ◦ blue 45

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

Shades of Old Gold #CCB52D

Tints of Old Gold #CCB52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 47.44%
G = 42.09%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCB52D (or 0xCCB52D) is known color: Old Gold. HEX triplet: CC, B5 and 2D. RGB value is (204,181,45). Sum of RGB (Red+Green+Blue) = 204+181+45=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB52D is #334AD2. Grayscale: #ACACAC. Windows color (decimal): -3361491 or 2995660. OLE color: 2995660.

HSL color Cylindrical-coordinate representation of color #CCB52D: hue angle of 51.32º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB52D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 45 -
CMYK 0 0.11 0.78 0.2
HSL 51.32º 0.64% 0.49% -
HSV(B) 51.32º 0.78% 0.8% -
XYZ 41.9 46.07 9.17 -
YUV 172.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 204 181 45 0 0.11 0.78 0.2 51.32 0.64 0.49
Hex CC B5 2D 0 B 4E 14 33 40 31
Octal 314 265 55 0 13 116 24 63 100 61
Binary 11001100 10110101 101101 0 1011 1001110 10100 110011 1000000 110001

Color Harmonies of #CCB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB52D

Black with #CCB52D

Text Example


Text Example

White with #CCB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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