Html Css Color HEX #CDA018 Galliano

📋 copy color: '#CDA018'

red 205 ◦ green 160 ◦ blue 24

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

Shades of Galliano #CDA018

Tints of Galliano #CDA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

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

R = 52.7%
G = 41.13%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA018 (or 0xCDA018) is known color: Galliano. HEX triplet: CD, A0 and 18. RGB value is (205,160,24). Sum of RGB (Red+Green+Blue) = 205+160+24=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA018 is #325FE7. Grayscale: #9E9E9E. Windows color (decimal): -3301352 or 1614029. OLE color: 1614029.

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

Color convert

RGB 205 160 24 -
CMYK 0 0.22 0.88 0.20
HSL 45.08º 0.79% 0.45% -
HSV(B) 45.08º 0.88% 0.8% -
XYZ 37.91 38.19 6.24 -
YUV 157.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 205 160 24 0 0.22 0.88 0.20 45.08 0.79 0.45
Hex CD A0 18 0 16 58 14 2D 4F 2D
Octal 315 240 30 0 26 130 24 55 117 55
Binary 11001101 10100000 11000 0 10110 1011000 10100 101101 1001111 101101

Color Harmonies of #CDA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA018

Black with #CDA018

Text Example


Text Example

White with #CDA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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