Html Css Color HEX #CDA118 Galliano

📋 copy color: '#CDA118'

red 205 ◦ green 161 ◦ blue 24

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

Shades of Galliano #CDA118

Tints of Galliano #CDA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

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

R = 52.56%
G = 41.28%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA118 (or 0xCDA118) is known color: Galliano. HEX triplet: CD, A1 and 18. RGB value is (205,161,24). Sum of RGB (Red+Green+Blue) = 205+161+24=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA118 is #325EE7. Grayscale: #9F9F9F. Windows color (decimal): -3301096 or 1614285. OLE color: 1614285.

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

Color convert

RGB 205 161 24 -
CMYK 0 0.21 0.88 0.20
HSL 45.41º 0.79% 0.45% -
HSV(B) 45.41º 0.88% 0.8% -
XYZ 38.09 38.53 6.29 -
YUV 158.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 205 161 24 0 0.21 0.88 0.20 45.41 0.79 0.45
Hex CD A1 18 0 15 58 14 2D 4F 2D
Octal 315 241 30 0 25 130 24 55 117 55
Binary 11001101 10100001 11000 0 10101 1011000 10100 101101 1001111 101101

Color Harmonies of #CDA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA118

Black with #CDA118

Text Example


Text Example

White with #CDA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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