Html Css Color HEX #DDA72A Galliano

📋 copy color: '#DDA72A'

red 221 ◦ green 167 ◦ blue 42

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

Shades of Galliano #DDA72A

Tints of Galliano #DDA72A

RGB

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

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

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

R = 51.4%
G = 38.84%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDA72A (or 0xDDA72A) is known color: Galliano. HEX triplet: DD, A7 and 2A. RGB value is (221,167,42). Sum of RGB (Red+Green+Blue) = 221+167+42=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA72A is #2258D5. Grayscale: #A9A9A9. Windows color (decimal): -2250966 or 2795485. OLE color: 2795485.

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

Color convert

RGB 221 167 42 -
CMYK 0 0.24 0.81 0.13
HSL 41.9º 0.72% 0.52% -
HSV(B) 41.9º 0.81% 0.87% -
XYZ 44.06 43.18 8.2 -
YUV 168.9 56.39 165.16 -
System Red Green Blue C M Y K H S L
Decimal 221 167 42 0 0.24 0.81 0.13 41.9 0.72 0.52
Hex DD A7 2A 0 18 51 D 2A 48 34
Octal 335 247 52 0 30 121 15 52 110 64
Binary 11011101 10100111 101010 0 11000 1010001 1101 101010 1001000 110100

Color Harmonies of #DDA72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA72A

Black with #DDA72A

Text Example


Text Example

White with #DDA72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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