Html Css Color HEX #CDA219 Galliano

📋 copy color: '#CDA219'

red 205 ◦ green 162 ◦ blue 25

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

Shades of Galliano #CDA219

Tints of Galliano #CDA219

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

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

R = 52.3%
G = 41.33%
B = 6.38%

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

#CDA219 (or 0xCDA219) is known color: Galliano. HEX triplet: CD, A2 and 19. RGB value is (205,162,25). Sum of RGB (Red+Green+Blue) = 205+162+25=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA219 is #325DE6. Grayscale: #9F9F9F. Windows color (decimal): -3300839 or 1680077. OLE color: 1680077.

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

Color convert

RGB 205 162 25 -
CMYK 0 0.21 0.88 0.20
HSL 45.67º 0.78% 0.45% -
HSV(B) 45.67º 0.88% 0.8% -
XYZ 38.27 38.89 6.41 -
YUV 159.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 205 162 25 0 0.21 0.88 0.20 45.67 0.78 0.45
Hex CD A2 19 0 15 58 14 2E 4E 2D
Octal 315 242 31 0 25 130 24 56 116 55
Binary 11001101 10100010 11001 0 10101 1011000 10100 101110 1001110 101101

Color Harmonies of #CDA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA219

Black with #CDA219

Text Example


Text Example

White with #CDA219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA219; }

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

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

background-color css

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

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

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

border-color css

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

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

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