Html Css Color HEX #CDA618 Galliano

📋 copy color: '#CDA618'

red 205 ◦ green 166 ◦ blue 24

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

Shades of Galliano #CDA618

Tints of Galliano #CDA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

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

R = 51.9%
G = 42.03%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA618 (or 0xCDA618) is known color: Galliano. HEX triplet: CD, A6 and 18. RGB value is (205,166,24). Sum of RGB (Red+Green+Blue) = 205+166+24=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA618 is #3259E7. Grayscale: #A2A2A2. Windows color (decimal): -3299816 or 1615565. OLE color: 1615565.

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

Color convert

RGB 205 166 24 -
CMYK 0 0.19 0.88 0.20
HSL 47.07º 0.79% 0.45% -
HSV(B) 47.07º 0.88% 0.8% -
XYZ 38.98 40.32 6.59 -
YUV 161.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 205 166 24 0 0.19 0.88 0.20 47.07 0.79 0.45
Hex CD A6 18 0 13 58 14 2F 4F 2D
Octal 315 246 30 0 23 130 24 57 117 55
Binary 11001101 10100110 11000 0 10011 1011000 10100 101111 1001111 101101

Color Harmonies of #CDA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA618

Black with #CDA618

Text Example


Text Example

White with #CDA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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