Html Css Color HEX #DDA61C Galliano

📋 copy color: '#DDA61C'

red 221 ◦ green 166 ◦ blue 28

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

Shades of Galliano #DDA61C

Tints of Galliano #DDA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

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

R = 53.25%
G = 40%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDA61C (or 0xDDA61C) is known color: Galliano. HEX triplet: DD, A6 and 1C. RGB value is (221,166,28). Sum of RGB (Red+Green+Blue) = 221+166+28=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA61C is #2259E3. Grayscale: #A7A7A7. Windows color (decimal): -2251236 or 1877725. OLE color: 1877725.

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

Color convert

RGB 221 166 28 -
CMYK 0 0.25 0.87 0.13
HSL 42.9º 0.78% 0.49% -
HSV(B) 42.9º 0.87% 0.87% -
XYZ 43.66 42.73 7.04 -
YUV 166.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 221 166 28 0 0.25 0.87 0.13 42.9 0.78 0.49
Hex DD A6 1C 0 19 57 D 2B 4E 31
Octal 335 246 34 0 31 127 15 53 116 61
Binary 11011101 10100110 11100 0 11001 1010111 1101 101011 1001110 110001

Color Harmonies of #DDA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA61C

Black with #DDA61C

Text Example


Text Example

White with #DDA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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