Html Css Color HEX #DDA31A Galliano

📋 copy color: '#DDA31A'

red 221 ◦ green 163 ◦ blue 26

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

Shades of Galliano #DDA31A

Tints of Galliano #DDA31A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 53.9%
G = 39.76%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDA31A (or 0xDDA31A) is known color: Galliano. HEX triplet: DD, A3 and 1A. RGB value is (221,163,26). Sum of RGB (Red+Green+Blue) = 221+163+26=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA31A is #225CE5. Grayscale: #A5A5A5. Windows color (decimal): -2252006 or 1745885. OLE color: 1745885.

HSL color Cylindrical-coordinate representation of color #DDA31A: hue angle of 42.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDA31A is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 26 -
CMYK 0 0.26 0.88 0.13
HSL 42.15º 0.79% 0.48% -
HSV(B) 42.15º 0.88% 0.87% -
XYZ 43.1 41.64 6.74 -
YUV 164.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 221 163 26 0 0.26 0.88 0.13 42.15 0.79 0.48
Hex DD A3 1A 0 1A 58 D 2A 4F 30
Octal 335 243 32 0 32 130 15 52 117 60
Binary 11011101 10100011 11010 0 11010 1011000 1101 101010 1001111 110000

Color Harmonies of #DDA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA31A

Black with #DDA31A

Text Example


Text Example

White with #DDA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA31A; }

 p { color: rgb(221,163,26); }

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

background-color css

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

 a { background-color: rgb(221,163,26); }

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

border-color css

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

 span { border-color: rgb(221,163,26); }

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