Html Css Color HEX #CDA919 Galliano

📋 copy color: '#CDA919'

red 205 ◦ green 169 ◦ blue 25

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

Shades of Galliano #CDA919

Tints of Galliano #CDA919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.36%

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

R = 51.38%
G = 42.36%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA919 (or 0xCDA919) is known color: Galliano. HEX triplet: CD, A9 and 19. RGB value is (205,169,25). Sum of RGB (Red+Green+Blue) = 205+169+25=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA919 is #3256E6. Grayscale: #A3A3A3. Windows color (decimal): -3299047 or 1681869. OLE color: 1681869.

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

Color convert

RGB 205 169 25 -
CMYK 0 0.18 0.88 0.20
HSL 48º 0.78% 0.45% -
HSV(B) 48º 0.88% 0.8% -
XYZ 39.54 41.43 6.83 -
YUV 163.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 205 169 25 0 0.18 0.88 0.20 48 0.78 0.45
Hex CD A9 19 0 12 58 14 30 4E 2D
Octal 315 251 31 0 22 130 24 60 116 55
Binary 11001101 10101001 11001 0 10010 1011000 10100 110000 1001110 101101

Color Harmonies of #CDA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA919

Black with #CDA919

Text Example


Text Example

White with #CDA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA919; }

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

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

background-color css

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

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

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

border-color css

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

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

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