Html Css Color HEX #CCA01D Galliano

📋 copy color: '#CCA01D'

red 204 ◦ green 160 ◦ blue 29

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

Shades of Galliano #CCA01D

Tints of Galliano #CCA01D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.71%

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

R = 51.91%
G = 40.71%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA01D (or 0xCCA01D) is known color: Galliano. HEX triplet: CC, A0 and 1D. RGB value is (204,160,29). Sum of RGB (Red+Green+Blue) = 204+160+29=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA01D is #335FE2. Grayscale: #9E9E9E. Windows color (decimal): -3366883 or 1941708. OLE color: 1941708.

HSL color Cylindrical-coordinate representation of color #CCA01D: hue angle of 44.91º 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 #CCA01D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 29 -
CMYK 0 0.22 0.86 0.2
HSL 44.91º 0.75% 0.46% -
HSV(B) 44.91º 0.86% 0.8% -
XYZ 37.69 38.07 6.52 -
YUV 158.22 55.08 160.65 -
System Red Green Blue C M Y K H S L
Decimal 204 160 29 0 0.22 0.86 0.2 44.91 0.75 0.46
Hex CC A0 1D 0 16 56 14 2D 4B 2E
Octal 314 240 35 0 26 126 24 55 113 56
Binary 11001100 10100000 11101 0 10110 1010110 10100 101101 1001011 101110

Color Harmonies of #CCA01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA01D

Black with #CCA01D

Text Example


Text Example

White with #CCA01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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