Html Css Color HEX #CDAB19 Galliano

📋 copy color: '#CDAB19'

red 205 ◦ green 171 ◦ blue 25

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

Shades of Galliano #CDAB19

Tints of Galliano #CDAB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

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

R = 51.12%
G = 42.64%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDAB19 (or 0xCDAB19) is known color: Galliano. HEX triplet: CD, AB and 19. RGB value is (205,171,25). Sum of RGB (Red+Green+Blue) = 205+171+25=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAB19 is #3254E6. Grayscale: #A5A5A5. Windows color (decimal): -3298535 or 1682381. OLE color: 1682381.

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

Color convert

RGB 205 171 25 -
CMYK 0 0.17 0.88 0.20
HSL 48.67º 0.78% 0.45% -
HSV(B) 48.67º 0.88% 0.8% -
XYZ 39.92 42.18 6.96 -
YUV 164.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 205 171 25 0 0.17 0.88 0.20 48.67 0.78 0.45
Hex CD AB 19 0 11 58 14 31 4E 2D
Octal 315 253 31 0 21 130 24 61 116 55
Binary 11001101 10101011 11001 0 10001 1011000 10100 110001 1001110 101101

Color Harmonies of #CDAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB19

Black with #CDAB19

Text Example


Text Example

White with #CDAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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