Html Css Color HEX #CCB041 Old Gold

📋 copy color: '#CCB041'

red 204 ◦ green 176 ◦ blue 65

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

Shades of Old Gold #CCB041

Tints of Old Gold #CCB041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 45.84%
G = 39.55%
B = 14.61%

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

#CCB041 (or 0xCCB041) is known color: Old Gold. HEX triplet: CC, B0 and 41. RGB value is (204,176,65). Sum of RGB (Red+Green+Blue) = 204+176+65=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB041 is #334FBE. Grayscale: #ACACAC. Windows color (decimal): -3362751 or 4305100. OLE color: 4305100.

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

Color convert

RGB 204 176 65 -
CMYK 0 0.14 0.68 0.2
HSL 47.91º 0.58% 0.53% -
HSV(B) 47.91º 0.68% 0.8% -
XYZ 41.38 44.27 11.36 -
YUV 171.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 204 176 65 0 0.14 0.68 0.2 47.91 0.58 0.53
Hex CC B0 41 0 E 44 14 30 3A 35
Octal 314 260 101 0 16 104 24 60 72 65
Binary 11001100 10110000 1000001 0 1110 1000100 10100 110000 111010 110101

Color Harmonies of #CCB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB041

Black with #CCB041

Text Example


Text Example

White with #CCB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB041; }

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

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

background-color css

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

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

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

border-color css

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

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

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