Html Css Color HEX #CCAD32 Metallic Gold

📋 copy color: '#CCAD32'

red 204 ◦ green 173 ◦ blue 50

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

Shades of Metallic Gold #CCAD32

Tints of Metallic Gold #CCAD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 47.78%
G = 40.52%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCAD32 (or 0xCCAD32) is known color: Metallic Gold. HEX triplet: CC, AD and 32. RGB value is (204,173,50). Sum of RGB (Red+Green+Blue) = 204+173+50=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD32 is #3352CD. Grayscale: #A8A8A8. Windows color (decimal): -3363534 or 3321292. OLE color: 3321292.

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

Color convert

RGB 204 173 50 -
CMYK 0 0.15 0.75 0.2
HSL 47.92º 0.61% 0.5% -
HSV(B) 47.92º 0.75% 0.8% -
XYZ 40.42 42.95 9.18 -
YUV 168.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 204 173 50 0 0.15 0.75 0.2 47.92 0.61 0.5
Hex CC AD 32 0 F 4B 14 30 3D 32
Octal 314 255 62 0 17 113 24 60 75 62
Binary 11001100 10101101 110010 0 1111 1001011 10100 110000 111101 110010

Color Harmonies of #CCAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD32

Black with #CCAD32

Text Example


Text Example

White with #CCAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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