Html Css Color HEX #DDAC25 Galliano

📋 copy color: '#DDAC25'

red 221 ◦ green 172 ◦ blue 37

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

Shades of Galliano #DDAC25

Tints of Galliano #DDAC25

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

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

R = 51.4%
G = 40%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDAC25 (or 0xDDAC25) is known color: Galliano. HEX triplet: DD, AC and 25. RGB value is (221,172,37). Sum of RGB (Red+Green+Blue) = 221+172+37=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC25 is #2253DA. Grayscale: #ABABAB. Windows color (decimal): -2249691 or 2469085. OLE color: 2469085.

HSL color Cylindrical-coordinate representation of color #DDAC25: hue angle of 44.02º 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 #DDAC25 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 37 -
CMYK 0 0.22 0.83 0.13
HSL 44.02º 0.73% 0.51% -
HSV(B) 44.02º 0.83% 0.87% -
XYZ 44.91 45.01 8.07 -
YUV 171.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 221 172 37 0 0.22 0.83 0.13 44.02 0.73 0.51
Hex DD AC 25 0 16 53 D 2C 49 33
Octal 335 254 45 0 26 123 15 54 111 63
Binary 11011101 10101100 100101 0 10110 1010011 1101 101100 1001001 110011

Color Harmonies of #DDAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC25

Black with #DDAC25

Text Example


Text Example

White with #DDAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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