Html Css Color HEX #CCAD1D Galliano

📋 copy color: '#CCAD1D'

red 204 ◦ green 173 ◦ blue 29

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

Shades of Galliano #CCAD1D

Tints of Galliano #CCAD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

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

R = 50.25%
G = 42.61%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCAD1D (or 0xCCAD1D) is known color: Galliano. HEX triplet: CC, AD and 1D. RGB value is (204,173,29). Sum of RGB (Red+Green+Blue) = 204+173+29=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD1D is #3352E2. Grayscale: #A6A6A6. Windows color (decimal): -3363555 or 1945036. OLE color: 1945036.

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

Color convert

RGB 204 173 29 -
CMYK 0 0.15 0.86 0.2
HSL 49.37º 0.75% 0.46% -
HSV(B) 49.37º 0.86% 0.8% -
XYZ 40.07 42.81 7.31 -
YUV 165.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 204 173 29 0 0.15 0.86 0.2 49.37 0.75 0.46
Hex CC AD 1D 0 F 56 14 31 4B 2E
Octal 314 255 35 0 17 126 24 61 113 56
Binary 11001100 10101101 11101 0 1111 1010110 10100 110001 1001011 101110

Color Harmonies of #CCAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD1D

Black with #CCAD1D

Text Example


Text Example

White with #CCAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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