Html Css Color HEX #CCA21D Galliano

📋 copy color: '#CCA21D'

red 204 ◦ green 162 ◦ blue 29

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

Shades of Galliano #CCA21D

Tints of Galliano #CCA21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 51.65%
G = 41.01%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA21D (or 0xCCA21D) is known color: Galliano. HEX triplet: CC, A2 and 1D. RGB value is (204,162,29). Sum of RGB (Red+Green+Blue) = 204+162+29=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA21D is #335DE2. Grayscale: #9F9F9F. Windows color (decimal): -3366371 or 1942220. OLE color: 1942220.

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

Color convert

RGB 204 162 29 -
CMYK 0 0.21 0.86 0.2
HSL 45.6º 0.75% 0.46% -
HSV(B) 45.6º 0.86% 0.8% -
XYZ 38.04 38.77 6.64 -
YUV 159.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 204 162 29 0 0.21 0.86 0.2 45.6 0.75 0.46
Hex CC A2 1D 0 15 56 14 2E 4B 2E
Octal 314 242 35 0 25 126 24 56 113 56
Binary 11001100 10100010 11101 0 10101 1010110 10100 101110 1001011 101110

Color Harmonies of #CCA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA21D

Black with #CCA21D

Text Example


Text Example

White with #CCA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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