Html Css Color HEX #CDA518 Galliano

📋 copy color: '#CDA518'

red 205 ◦ green 165 ◦ blue 24

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

Shades of Galliano #CDA518

Tints of Galliano #CDA518

RGB

 RED value IS 205 (80.47% from 255) = 52.03%

 GREEN value IS 165 (64.84% from 255) = 41.88%

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

R = 52.03%
G = 41.88%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA518 (or 0xCDA518) is known color: Galliano. HEX triplet: CD, A5 and 18. RGB value is (205,165,24). Sum of RGB (Red+Green+Blue) = 205+165+24=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA518 is #325AE7. Grayscale: #A1A1A1. Windows color (decimal): -3300072 or 1615309. OLE color: 1615309.

HSL color Cylindrical-coordinate representation of color #CDA518: hue angle of 46.74º 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 #CDA518 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 24 -
CMYK 0 0.20 0.88 0.20
HSL 46.74º 0.79% 0.45% -
HSV(B) 46.74º 0.88% 0.8% -
XYZ 38.8 39.96 6.53 -
YUV 160.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 205 165 24 0 0.20 0.88 0.20 46.74 0.79 0.45
Hex CD A5 18 0 14 58 14 2F 4F 2D
Octal 315 245 30 0 24 130 24 57 117 55
Binary 11001101 10100101 11000 0 10100 1011000 10100 101111 1001111 101101

Color Harmonies of #CDA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA518

Black with #CDA518

Text Example


Text Example

White with #CDA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA518; }

 p { color: rgb(205,165,24); }

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

background-color css

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

 a { background-color: rgb(205,165,24); }

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

border-color css

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

 span { border-color: rgb(205,165,24); }

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