Html Css Color HEX #CDA418 Galliano

📋 copy color: '#CDA418'

red 205 ◦ green 164 ◦ blue 24

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

Shades of Galliano #CDA418

Tints of Galliano #CDA418

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

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

R = 52.16%
G = 41.73%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA418 (or 0xCDA418) is known color: Galliano. HEX triplet: CD, A4 and 18. RGB value is (205,164,24). Sum of RGB (Red+Green+Blue) = 205+164+24=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA418 is #325BE7. Grayscale: #A0A0A0. Windows color (decimal): -3300328 or 1615053. OLE color: 1615053.

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

Color convert

RGB 205 164 24 -
CMYK 0 0.2 0.88 0.20
HSL 46.41º 0.79% 0.45% -
HSV(B) 46.41º 0.88% 0.8% -
XYZ 38.62 39.6 6.47 -
YUV 160.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 205 164 24 0 0.2 0.88 0.20 46.41 0.79 0.45
Hex CD A4 18 0 14 58 14 2E 4F 2D
Octal 315 244 30 0 24 130 24 56 117 55
Binary 11001101 10100100 11000 0 10100 1011000 10100 101110 1001111 101101

Color Harmonies of #CDA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA418

Black with #CDA418

Text Example


Text Example

White with #CDA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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