Html Css Color HEX #CDAE19 Galliano

📋 copy color: '#CDAE19'

red 205 ◦ green 174 ◦ blue 25

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

Shades of Galliano #CDAE19

Tints of Galliano #CDAE19

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.07%

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

R = 50.74%
G = 43.07%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDAE19 (or 0xCDAE19) is known color: Galliano. HEX triplet: CD, AE and 19. RGB value is (205,174,25). Sum of RGB (Red+Green+Blue) = 205+174+25=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAE19 is #3251E6. Grayscale: #A6A6A6. Windows color (decimal): -3297767 or 1683149. OLE color: 1683149.

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

Color convert

RGB 205 174 25 -
CMYK 0 0.15 0.88 0.20
HSL 49.67º 0.78% 0.45% -
HSV(B) 49.67º 0.88% 0.8% -
XYZ 40.49 43.32 7.15 -
YUV 166.28 48.27 155.62 -
System Red Green Blue C M Y K H S L
Decimal 205 174 25 0 0.15 0.88 0.20 49.67 0.78 0.45
Hex CD AE 19 0 F 58 14 32 4E 2D
Octal 315 256 31 0 17 130 24 62 116 55
Binary 11001101 10101110 11001 0 1111 1011000 10100 110010 1001110 101101

Color Harmonies of #CDAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE19

Black with #CDAE19

Text Example


Text Example

White with #CDAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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