Html Css Color HEX #CCAD18 Galliano

📋 copy color: '#CCAD18'

red 204 ◦ green 173 ◦ blue 24

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

Shades of Galliano #CCAD18

Tints of Galliano #CCAD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 50.87%
G = 43.14%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCAD18 (or 0xCCAD18) is known color: Galliano. HEX triplet: CC, AD and 18. RGB value is (204,173,24). Sum of RGB (Red+Green+Blue) = 204+173+24=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAD18 is #3352E7. Grayscale: #A5A5A5. Windows color (decimal): -3363560 or 1617356. OLE color: 1617356.

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

Color convert

RGB 204 173 24 -
CMYK 0 0.15 0.88 0.2
HSL 49.67º 0.79% 0.45% -
HSV(B) 49.67º 0.88% 0.8% -
XYZ 40.01 42.79 7.01 -
YUV 165.28 48.27 155.62 -
System Red Green Blue C M Y K H S L
Decimal 204 173 24 0 0.15 0.88 0.2 49.67 0.79 0.45
Hex CC AD 18 0 F 58 14 32 4F 2D
Octal 314 255 30 0 17 130 24 62 117 55
Binary 11001100 10101101 11000 0 1111 1011000 10100 110010 1001111 101101

Color Harmonies of #CCAD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD18

Black with #CCAD18

Text Example


Text Example

White with #CCAD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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