Html Css Color HEX #CDA619 Galliano

📋 copy color: '#CDA619'

red 205 ◦ green 166 ◦ blue 25

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

Shades of Galliano #CDA619

Tints of Galliano #CDA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

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

R = 51.77%
G = 41.92%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDA619 (or 0xCDA619) is known color: Galliano. HEX triplet: CD, A6 and 19. RGB value is (205,166,25). Sum of RGB (Red+Green+Blue) = 205+166+25=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA619 is #3259E6. Grayscale: #A2A2A2. Windows color (decimal): -3299815 or 1681101. OLE color: 1681101.

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

Color convert

RGB 205 166 25 -
CMYK 0 0.19 0.88 0.20
HSL 47º 0.78% 0.45% -
HSV(B) 47º 0.88% 0.8% -
XYZ 38.99 40.32 6.65 -
YUV 161.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 205 166 25 0 0.19 0.88 0.20 47 0.78 0.45
Hex CD A6 19 0 13 58 14 2F 4E 2D
Octal 315 246 31 0 23 130 24 57 116 55
Binary 11001101 10100110 11001 0 10011 1011000 10100 101111 1001110 101101

Color Harmonies of #CDA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA619

Black with #CDA619

Text Example


Text Example

White with #CDA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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