Html Css Color HEX #DDA42A Galliano

📋 copy color: '#DDA42A'

red 221 ◦ green 164 ◦ blue 42

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

Shades of Galliano #DDA42A

Tints of Galliano #DDA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 51.76%
G = 38.41%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDA42A (or 0xDDA42A) is known color: Galliano. HEX triplet: DD, A4 and 2A. RGB value is (221,164,42). Sum of RGB (Red+Green+Blue) = 221+164+42=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA42A is #225BD5. Grayscale: #A7A7A7. Windows color (decimal): -2251734 or 2794717. OLE color: 2794717.

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

Color convert

RGB 221 164 42 -
CMYK 0 0.26 0.81 0.13
HSL 40.89º 0.72% 0.52% -
HSV(B) 40.89º 0.81% 0.87% -
XYZ 43.51 42.09 8.02 -
YUV 167.14 57.38 166.42 -
System Red Green Blue C M Y K H S L
Decimal 221 164 42 0 0.26 0.81 0.13 40.89 0.72 0.52
Hex DD A4 2A 0 1A 51 D 29 48 34
Octal 335 244 52 0 32 121 15 51 110 64
Binary 11011101 10100100 101010 0 11010 1010001 1101 101001 1001000 110100

Color Harmonies of #DDA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA42A

Black with #DDA42A

Text Example


Text Example

White with #DDA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA42A; }

 p { color: rgb(221,164,42); }

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

background-color css

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

 a { background-color: rgb(221,164,42); }

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

border-color css

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

 span { border-color: rgb(221,164,42); }

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