Html Css Color HEX #CCB542 Old Gold

📋 copy color: '#CCB542'

red 204 ◦ green 181 ◦ blue 66

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

Shades of Old Gold #CCB542

Tints of Old Gold #CCB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 45.23%
G = 40.13%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB542 (or 0xCCB542) is known color: Old Gold. HEX triplet: CC, B5 and 42. RGB value is (204,181,66). Sum of RGB (Red+Green+Blue) = 204+181+66=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB542 is #334ABD. Grayscale: #AFAFAF. Windows color (decimal): -3361470 or 4371916. OLE color: 4371916.

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

Color convert

RGB 204 181 66 -
CMYK 0 0.11 0.68 0.2
HSL 50º 0.58% 0.53% -
HSV(B) 50º 0.68% 0.8% -
XYZ 42.41 46.28 11.85 -
YUV 174.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 204 181 66 0 0.11 0.68 0.2 50 0.58 0.53
Hex CC B5 42 0 B 44 14 32 3A 35
Octal 314 265 102 0 13 104 24 62 72 65
Binary 11001100 10110101 1000010 0 1011 1000100 10100 110010 111010 110101

Color Harmonies of #CCB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB542

Black with #CCB542

Text Example


Text Example

White with #CCB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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