Html Css Color HEX #CCAB33 Metallic Gold

📋 copy color: '#CCAB33'

red 204 ◦ green 171 ◦ blue 51

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

Shades of Metallic Gold #CCAB33

Tints of Metallic Gold #CCAB33

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 51 (20.31% from 255) = 11.97%

R = 47.89%
G = 40.14%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCAB33 (or 0xCCAB33) is known color: Metallic Gold. HEX triplet: CC, AB and 33. RGB value is (204,171,51). Sum of RGB (Red+Green+Blue) = 204+171+51=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB33 is #3354CC. Grayscale: #A7A7A7. Windows color (decimal): -3364045 or 3386316. OLE color: 3386316.

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

Color convert

RGB 204 171 51 -
CMYK 0 0.16 0.75 0.2
HSL 47.06º 0.6% 0.5% -
HSV(B) 47.06º 0.75% 0.8% -
XYZ 40.06 42.2 9.17 -
YUV 167.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 204 171 51 0 0.16 0.75 0.2 47.06 0.6 0.5
Hex CC AB 33 0 10 4B 14 2F 3C 32
Octal 314 253 63 0 20 113 24 57 74 62
Binary 11001100 10101011 110011 0 10000 1001011 10100 101111 111100 110010

Color Harmonies of #CCAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB33

Black with #CCAB33

Text Example


Text Example

White with #CCAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB33; }

 p { color: rgb(204,171,51); }

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

background-color css

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

 a { background-color: rgb(204,171,51); }

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

border-color css

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

 span { border-color: rgb(204,171,51); }

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