Html Css Color HEX #CCB042 Old Gold

📋 copy color: '#CCB042'

red 204 ◦ green 176 ◦ blue 66

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

Shades of Old Gold #CCB042

Tints of Old Gold #CCB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.46%

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

R = 45.74%
G = 39.46%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB042 (or 0xCCB042) is known color: Old Gold. HEX triplet: CC, B0 and 42. RGB value is (204,176,66). Sum of RGB (Red+Green+Blue) = 204+176+66=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB042 is #334FBD. Grayscale: #ACACAC. Windows color (decimal): -3362750 or 4370636. OLE color: 4370636.

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

Color convert

RGB 204 176 66 -
CMYK 0 0.14 0.68 0.2
HSL 47.83º 0.58% 0.53% -
HSV(B) 47.83º 0.68% 0.8% -
XYZ 41.41 44.28 11.52 -
YUV 171.83 68.28 150.94 -
System Red Green Blue C M Y K H S L
Decimal 204 176 66 0 0.14 0.68 0.2 47.83 0.58 0.53
Hex CC B0 42 0 E 44 14 30 3A 35
Octal 314 260 102 0 16 104 24 60 72 65
Binary 11001100 10110000 1000010 0 1110 1000100 10100 110000 111010 110101

Color Harmonies of #CCB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB042

Black with #CCB042

Text Example


Text Example

White with #CCB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB042; }

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

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

background-color css

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

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

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

border-color css

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

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

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