Html Css Color HEX #CCA21E Galliano

📋 copy color: '#CCA21E'

red 204 ◦ green 162 ◦ blue 30

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

Shades of Galliano #CCA21E

Tints of Galliano #CCA21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.91%

 BLUE value IS 30 (12.11% from 255) = 7.58%

R = 51.52%
G = 40.91%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCA21E (or 0xCCA21E) is known color: Galliano. HEX triplet: CC, A2 and 1E. RGB value is (204,162,30). Sum of RGB (Red+Green+Blue) = 204+162+30=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA21E is #335DE1. Grayscale: #A0A0A0. Windows color (decimal): -3366370 or 2007756. OLE color: 2007756.

HSL color Cylindrical-coordinate representation of color #CCA21E: hue angle of 45.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCA21E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 30 -
CMYK 0 0.21 0.85 0.2
HSL 45.52º 0.74% 0.46% -
HSV(B) 45.52º 0.85% 0.8% -
XYZ 38.06 38.77 6.71 -
YUV 159.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 204 162 30 0 0.21 0.85 0.2 45.52 0.74 0.46
Hex CC A2 1E 0 15 55 14 2E 4A 2E
Octal 314 242 36 0 25 125 24 56 112 56
Binary 11001100 10100010 11110 0 10101 1010101 10100 101110 1001010 101110

Color Harmonies of #CCA21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA21E

Black with #CCA21E

Text Example


Text Example

White with #CCA21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA21E; }

 p { color: rgb(204,162,30); }

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

background-color css

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

 a { background-color: rgb(204,162,30); }

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

border-color css

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

 span { border-color: rgb(204,162,30); }

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