Html Css Color HEX #CCAD1C Galliano

📋 copy color: '#CCAD1C'

red 204 ◦ green 173 ◦ blue 28

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

Shades of Galliano #CCAD1C

Tints of Galliano #CCAD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.91%

R = 50.37%
G = 42.72%
B = 6.91%

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

#CCAD1C (or 0xCCAD1C) is known color: Galliano. HEX triplet: CC, AD and 1C. RGB value is (204,173,28). Sum of RGB (Red+Green+Blue) = 204+173+28=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD1C is #3352E3. Grayscale: #A6A6A6. Windows color (decimal): -3363556 or 1879500. OLE color: 1879500.

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

Color convert

RGB 204 173 28 -
CMYK 0 0.15 0.86 0.2
HSL 49.43º 0.76% 0.45% -
HSV(B) 49.43º 0.86% 0.8% -
XYZ 40.06 42.81 7.25 -
YUV 165.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 204 173 28 0 0.15 0.86 0.2 49.43 0.76 0.45
Hex CC AD 1C 0 F 56 14 31 4C 2D
Octal 314 255 34 0 17 126 24 61 114 55
Binary 11001100 10101101 11100 0 1111 1010110 10100 110001 1001100 101101

Color Harmonies of #CCAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD1C

Black with #CCAD1C

Text Example


Text Example

White with #CCAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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