Html Css Color HEX #CCAD15 Galliano

📋 copy color: '#CCAD15'

red 204 ◦ green 173 ◦ blue 21

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

Shades of Galliano #CCAD15

Tints of Galliano #CCAD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 51.26%
G = 43.47%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCAD15 (or 0xCCAD15) is known color: Galliano. HEX triplet: CC, AD and 15. RGB value is (204,173,21). Sum of RGB (Red+Green+Blue) = 204+173+21=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAD15 is #3352EA. Grayscale: #A5A5A5. Windows color (decimal): -3363563 or 1420748. OLE color: 1420748.

HSL color Cylindrical-coordinate representation of color #CCAD15: hue angle of 49.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCAD15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 173 21 -
CMYK 0 0.15 0.90 0.2
HSL 49.84º 0.81% 0.44% -
HSV(B) 49.84º 0.9% 0.8% -
XYZ 39.98 42.78 6.86 -
YUV 164.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 204 173 21 0 0.15 0.90 0.2 49.84 0.81 0.44
Hex CC AD 15 0 F 5A 14 32 51 2C
Octal 314 255 25 0 17 132 24 62 121 54
Binary 11001100 10101101 10101 0 1111 1011010 10100 110010 1010001 101100

Color Harmonies of #CCAD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD15

Black with #CCAD15

Text Example


Text Example

White with #CCAD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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