Html Css Color HEX #CCA530 Metallic Gold

📋 copy color: '#CCA530'

red 204 ◦ green 165 ◦ blue 48

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

Shades of Metallic Gold #CCA530

Tints of Metallic Gold #CCA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 48 (19.14% from 255) = 11.51%

R = 48.92%
G = 39.57%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCA530 (or 0xCCA530) is known color: Metallic Gold. HEX triplet: CC, A5 and 30. RGB value is (204,165,48). Sum of RGB (Red+Green+Blue) = 204+165+48=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA530 is #335ACF. Grayscale: #A3A3A3. Windows color (decimal): -3365584 or 3188172. OLE color: 3188172.

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

Color convert

RGB 204 165 48 -
CMYK 0 0.19 0.76 0.2
HSL 45º 0.62% 0.49% -
HSV(B) 45º 0.76% 0.8% -
XYZ 38.89 39.96 8.46 -
YUV 163.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 204 165 48 0 0.19 0.76 0.2 45 0.62 0.49
Hex CC A5 30 0 13 4C 14 2D 3E 31
Octal 314 245 60 0 23 114 24 55 76 61
Binary 11001100 10100101 110000 0 10011 1001100 10100 101101 111110 110001

Color Harmonies of #CCA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA530

Black with #CCA530

Text Example


Text Example

White with #CCA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA530; }

 p { color: rgb(204,165,48); }

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

background-color css

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

 a { background-color: rgb(204,165,48); }

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

border-color css

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

 span { border-color: rgb(204,165,48); }

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