Html Css Color HEX #CCB332 Old Gold

📋 copy color: '#CCB332'

red 204 ◦ green 179 ◦ blue 50

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

Shades of Old Gold #CCB332

Tints of Old Gold #CCB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 47.11%
G = 41.34%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCB332 (or 0xCCB332) is known color: Old Gold. HEX triplet: CC, B3 and 32. RGB value is (204,179,50). Sum of RGB (Red+Green+Blue) = 204+179+50=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB332 is #334CCD. Grayscale: #ACACAC. Windows color (decimal): -3361998 or 3322828. OLE color: 3322828.

HSL color Cylindrical-coordinate representation of color #CCB332: hue angle of 50.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCB332 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 50 -
CMYK 0 0.12 0.75 0.2
HSL 50.26º 0.61% 0.5% -
HSV(B) 50.26º 0.75% 0.8% -
XYZ 41.6 45.31 9.57 -
YUV 171.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 204 179 50 0 0.12 0.75 0.2 50.26 0.61 0.5
Hex CC B3 32 0 C 4B 14 32 3D 32
Octal 314 263 62 0 14 113 24 62 75 62
Binary 11001100 10110011 110010 0 1100 1001011 10100 110010 111101 110010

Color Harmonies of #CCB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB332

Black with #CCB332

Text Example


Text Example

White with #CCB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB332; }

 p { color: rgb(204,179,50); }

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

background-color css

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

 a { background-color: rgb(204,179,50); }

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

border-color css

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

 span { border-color: rgb(204,179,50); }

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