Html Css Color HEX #CCB040 Old Gold

📋 copy color: '#CCB040'

red 204 ◦ green 176 ◦ blue 64

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

Shades of Old Gold #CCB040

Tints of Old Gold #CCB040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 45.95%
G = 39.64%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB040 (or 0xCCB040) is known color: Old Gold. HEX triplet: CC, B0 and 40. RGB value is (204,176,64). Sum of RGB (Red+Green+Blue) = 204+176+64=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB040 is #334FBF. Grayscale: #ACACAC. Windows color (decimal): -3362752 or 4239564. OLE color: 4239564.

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

Color convert

RGB 204 176 64 -
CMYK 0 0.14 0.69 0.2
HSL 48º 0.58% 0.53% -
HSV(B) 48º 0.69% 0.8% -
XYZ 41.35 44.26 11.21 -
YUV 171.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 204 176 64 0 0.14 0.69 0.2 48 0.58 0.53
Hex CC B0 40 0 E 45 14 30 3A 35
Octal 314 260 100 0 16 105 24 60 72 65
Binary 11001100 10110000 1000000 0 1110 1000101 10100 110000 111010 110101

Color Harmonies of #CCB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB040

Black with #CCB040

Text Example


Text Example

White with #CCB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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