Html Css Color HEX #CCA81D Galliano

📋 copy color: '#CCA81D'

red 204 ◦ green 168 ◦ blue 29

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

Shades of Galliano #CCA81D

Tints of Galliano #CCA81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 50.87%
G = 41.9%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA81D (or 0xCCA81D) is known color: Galliano. HEX triplet: CC, A8 and 1D. RGB value is (204,168,29). Sum of RGB (Red+Green+Blue) = 204+168+29=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA81D is #3357E2. Grayscale: #A3A3A3. Windows color (decimal): -3364835 or 1943756. OLE color: 1943756.

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

Color convert

RGB 204 168 29 -
CMYK 0 0.18 0.86 0.2
HSL 47.66º 0.75% 0.46% -
HSV(B) 47.66º 0.86% 0.8% -
XYZ 39.13 40.93 7 -
YUV 162.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 204 168 29 0 0.18 0.86 0.2 47.66 0.75 0.46
Hex CC A8 1D 0 12 56 14 30 4B 2E
Octal 314 250 35 0 22 126 24 60 113 56
Binary 11001100 10101000 11101 0 10010 1010110 10100 110000 1001011 101110

Color Harmonies of #CCA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA81D

Black with #CCA81D

Text Example


Text Example

White with #CCA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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