Html Css Color HEX #CDA519 Galliano

📋 copy color: '#CDA519'

red 205 ◦ green 165 ◦ blue 25

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

Shades of Galliano #CDA519

Tints of Galliano #CDA519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 51.9%
G = 41.77%
B = 6.33%

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

#CDA519 (or 0xCDA519) is known color: Galliano. HEX triplet: CD, A5 and 19. RGB value is (205,165,25). Sum of RGB (Red+Green+Blue) = 205+165+25=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA519 is #325AE6. Grayscale: #A1A1A1. Windows color (decimal): -3300071 or 1680845. OLE color: 1680845.

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

Color convert

RGB 205 165 25 -
CMYK 0 0.20 0.88 0.20
HSL 46.67º 0.78% 0.45% -
HSV(B) 46.67º 0.88% 0.8% -
XYZ 38.81 39.96 6.59 -
YUV 161 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 205 165 25 0 0.20 0.88 0.20 46.67 0.78 0.45
Hex CD A5 19 0 14 58 14 2F 4E 2D
Octal 315 245 31 0 24 130 24 57 116 55
Binary 11001101 10100101 11001 0 10100 1011000 10100 101111 1001110 101101

Color Harmonies of #CDA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA519

Black with #CDA519

Text Example


Text Example

White with #CDA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA519; }

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

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

background-color css

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

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

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

border-color css

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

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

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