Html Css Color HEX #DDA71D Galliano

📋 copy color: '#DDA71D'

red 221 ◦ green 167 ◦ blue 29

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

Shades of Galliano #DDA71D

Tints of Galliano #DDA71D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.05%

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

R = 53%
G = 40.05%
B = 6.95%

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

#DDA71D (or 0xDDA71D) is known color: Galliano. HEX triplet: DD, A7 and 1D. RGB value is (221,167,29). Sum of RGB (Red+Green+Blue) = 221+167+29=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA71D is #2258E2. Grayscale: #A8A8A8. Windows color (decimal): -2250979 or 1943517. OLE color: 1943517.

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

Color convert

RGB 221 167 29 -
CMYK 0 0.24 0.87 0.13
HSL 43.13º 0.77% 0.49% -
HSV(B) 43.13º 0.87% 0.87% -
XYZ 43.86 43.1 7.17 -
YUV 167.41 49.89 166.22 -
System Red Green Blue C M Y K H S L
Decimal 221 167 29 0 0.24 0.87 0.13 43.13 0.77 0.49
Hex DD A7 1D 0 18 57 D 2B 4D 31
Octal 335 247 35 0 30 127 15 53 115 61
Binary 11011101 10100111 11101 0 11000 1010111 1101 101011 1001101 110001

Color Harmonies of #DDA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA71D

Black with #DDA71D

Text Example


Text Example

White with #DDA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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