Html Css Color HEX #CCA21B Galliano

📋 copy color: '#CCA21B'

red 204 ◦ green 162 ◦ blue 27

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

Shades of Galliano #CCA21B

Tints of Galliano #CCA21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.87%

R = 51.91%
G = 41.22%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCA21B (or 0xCCA21B) is known color: Galliano. HEX triplet: CC, A2 and 1B. RGB value is (204,162,27). Sum of RGB (Red+Green+Blue) = 204+162+27=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA21B is #335DE4. Grayscale: #9F9F9F. Windows color (decimal): -3366373 or 1811148. OLE color: 1811148.

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

Color convert

RGB 204 162 27 -
CMYK 0 0.21 0.87 0.2
HSL 45.76º 0.77% 0.45% -
HSV(B) 45.76º 0.87% 0.8% -
XYZ 38.02 38.76 6.51 -
YUV 159.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 204 162 27 0 0.21 0.87 0.2 45.76 0.77 0.45
Hex CC A2 1B 0 15 57 14 2E 4D 2D
Octal 314 242 33 0 25 127 24 56 115 55
Binary 11001100 10100010 11011 0 10101 1010111 10100 101110 1001101 101101

Color Harmonies of #CCA21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA21B

Black with #CCA21B

Text Example


Text Example

White with #CCA21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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