Html Css Color HEX #CCA91D Galliano

📋 copy color: '#CCA91D'

red 204 ◦ green 169 ◦ blue 29

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

Shades of Galliano #CCA91D

Tints of Galliano #CCA91D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.04%

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

R = 50.75%
G = 42.04%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCA91D (or 0xCCA91D) is known color: Galliano. HEX triplet: CC, A9 and 1D. RGB value is (204,169,29). Sum of RGB (Red+Green+Blue) = 204+169+29=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA91D is #3356E2. Grayscale: #A4A4A4. Windows color (decimal): -3364579 or 1944012. OLE color: 1944012.

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

Color convert

RGB 204 169 29 -
CMYK 0 0.17 0.86 0.2
HSL 48º 0.75% 0.46% -
HSV(B) 48º 0.86% 0.8% -
XYZ 39.31 41.3 7.06 -
YUV 163.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 204 169 29 0 0.17 0.86 0.2 48 0.75 0.46
Hex CC A9 1D 0 11 56 14 30 4B 2E
Octal 314 251 35 0 21 126 24 60 113 56
Binary 11001100 10101001 11101 0 10001 1010110 10100 110000 1001011 101110

Color Harmonies of #CCA91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA91D

Black with #CCA91D

Text Example


Text Example

White with #CCA91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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