Html Css Color HEX #DDA71C Galliano

📋 copy color: '#DDA71C'

red 221 ◦ green 167 ◦ blue 28

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

Shades of Galliano #DDA71C

Tints of Galliano #DDA71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 53.13%
G = 40.14%
B = 6.73%

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

#DDA71C (or 0xDDA71C) is known color: Galliano. HEX triplet: DD, A7 and 1C. RGB value is (221,167,28). Sum of RGB (Red+Green+Blue) = 221+167+28=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA71C is #2258E3. Grayscale: #A7A7A7. Windows color (decimal): -2250980 or 1877981. OLE color: 1877981.

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

Color convert

RGB 221 167 28 -
CMYK 0 0.24 0.87 0.13
HSL 43.21º 0.78% 0.49% -
HSV(B) 43.21º 0.87% 0.87% -
XYZ 43.85 43.09 7.11 -
YUV 167.3 49.39 166.3 -
System Red Green Blue C M Y K H S L
Decimal 221 167 28 0 0.24 0.87 0.13 43.21 0.78 0.49
Hex DD A7 1C 0 18 57 D 2B 4E 31
Octal 335 247 34 0 30 127 15 53 116 61
Binary 11011101 10100111 11100 0 11000 1010111 1101 101011 1001110 110001

Color Harmonies of #DDA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA71C

Black with #DDA71C

Text Example


Text Example

White with #DDA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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