Html Css Color HEX #DDA81D Galliano

📋 copy color: '#DDA81D'

red 221 ◦ green 168 ◦ blue 29

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

Shades of Galliano #DDA81D

Tints of Galliano #DDA81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 29 (11.72% from 255) = 6.94%

R = 52.87%
G = 40.19%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDA81D (or 0xDDA81D) is known color: Galliano. HEX triplet: DD, A8 and 1D. RGB value is (221,168,29). Sum of RGB (Red+Green+Blue) = 221+168+29=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA81D is #2257E2. Grayscale: #A8A8A8. Windows color (decimal): -2250723 or 1943773. OLE color: 1943773.

HSL color Cylindrical-coordinate representation of color #DDA81D: hue angle of 43.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDA81D is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 29 -
CMYK 0 0.24 0.87 0.13
HSL 43.44º 0.77% 0.49% -
HSV(B) 43.44º 0.87% 0.87% -
XYZ 44.04 43.47 7.23 -
YUV 168 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 221 168 29 0 0.24 0.87 0.13 43.44 0.77 0.49
Hex DD A8 1D 0 18 57 D 2B 4D 31
Octal 335 250 35 0 30 127 15 53 115 61
Binary 11011101 10101000 11101 0 11000 1010111 1101 101011 1001101 110001

Color Harmonies of #DDA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA81D

Black with #DDA81D

Text Example


Text Example

White with #DDA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA81D; }

 p { color: rgb(221,168,29); }

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

background-color css

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

 a { background-color: rgb(221,168,29); }

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

border-color css

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

 span { border-color: rgb(221,168,29); }

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