Html Css Color HEX #CCB22A Metallic Gold

📋 copy color: '#CCB22A'

red 204 ◦ green 178 ◦ blue 42

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

Shades of Metallic Gold #CCB22A

Tints of Metallic Gold #CCB22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.98%

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 48.11%
G = 41.98%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCB22A (or 0xCCB22A) is known color: Metallic Gold. HEX triplet: CC, B2 and 2A. RGB value is (204,178,42). Sum of RGB (Red+Green+Blue) = 204+178+42=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB22A is #334DD5. Grayscale: #AAAAAA. Windows color (decimal): -3362262 or 2798284. OLE color: 2798284.

HSL color Cylindrical-coordinate representation of color #CCB22A: hue angle of 50.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCB22A is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 42 -
CMYK 0 0.13 0.79 0.2
HSL 50.37º 0.66% 0.48% -
HSV(B) 50.37º 0.79% 0.8% -
XYZ 41.24 44.85 8.67 -
YUV 170.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 204 178 42 0 0.13 0.79 0.2 50.37 0.66 0.48
Hex CC B2 2A 0 D 4F 14 32 42 30
Octal 314 262 52 0 15 117 24 62 102 60
Binary 11001100 10110010 101010 0 1101 1001111 10100 110010 1000010 110000

Color Harmonies of #CCB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB22A

Black with #CCB22A

Text Example


Text Example

White with #CCB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB22A; }

 p { color: rgb(204,178,42); }

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

background-color css

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

 a { background-color: rgb(204,178,42); }

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

border-color css

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

 span { border-color: rgb(204,178,42); }

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