Html Css Color HEX #DDAB25 Galliano

📋 copy color: '#DDAB25'

red 221 ◦ green 171 ◦ blue 37

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

Shades of Galliano #DDAB25

Tints of Galliano #DDAB25

RGB

 RED value IS 221 (86.72% from 255) = 51.52%

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

 BLUE value IS 37 (14.84% from 255) = 8.62%

R = 51.52%
G = 39.86%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDAB25 (or 0xDDAB25) is known color: Galliano. HEX triplet: DD, AB and 25. RGB value is (221,171,37). Sum of RGB (Red+Green+Blue) = 221+171+37=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB25 is #2254DA. Grayscale: #ABABAB. Windows color (decimal): -2249947 or 2468829. OLE color: 2468829.

HSL color Cylindrical-coordinate representation of color #DDAB25: hue angle of 43.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDAB25 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 37 -
CMYK 0 0.23 0.83 0.13
HSL 43.7º 0.73% 0.51% -
HSV(B) 43.7º 0.83% 0.87% -
XYZ 44.72 44.63 8.01 -
YUV 170.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 221 171 37 0 0.23 0.83 0.13 43.7 0.73 0.51
Hex DD AB 25 0 17 53 D 2C 49 33
Octal 335 253 45 0 27 123 15 54 111 63
Binary 11011101 10101011 100101 0 10111 1010011 1101 101100 1001001 110011

Color Harmonies of #DDAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB25

Black with #DDAB25

Text Example


Text Example

White with #DDAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB25; }

 p { color: rgb(221,171,37); }

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

background-color css

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

 a { background-color: rgb(221,171,37); }

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

border-color css

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

 span { border-color: rgb(221,171,37); }

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