Html Css Color HEX #CCAB2D Metallic Gold

📋 copy color: '#CCAB2D'

red 204 ◦ green 171 ◦ blue 45

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

Shades of Metallic Gold #CCAB2D

Tints of Metallic Gold #CCAB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 48.57%
G = 40.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCAB2D (or 0xCCAB2D) is known color: Metallic Gold. HEX triplet: CC, AB and 2D. RGB value is (204,171,45). Sum of RGB (Red+Green+Blue) = 204+171+45=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB2D is #3354D2. Grayscale: #A7A7A7. Windows color (decimal): -3364051 or 2993100. OLE color: 2993100.

HSL color Cylindrical-coordinate representation of color #CCAB2D: hue angle of 47.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCAB2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 45 -
CMYK 0 0.16 0.78 0.2
HSL 47.55º 0.64% 0.49% -
HSV(B) 47.55º 0.78% 0.8% -
XYZ 39.94 42.15 8.51 -
YUV 166.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 204 171 45 0 0.16 0.78 0.2 47.55 0.64 0.49
Hex CC AB 2D 0 10 4E 14 30 40 31
Octal 314 253 55 0 20 116 24 60 100 61
Binary 11001100 10101011 101101 0 10000 1001110 10100 110000 1000000 110001

Color Harmonies of #CCAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB2D

Black with #CCAB2D

Text Example


Text Example

White with #CCAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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