Html Css Color HEX #DDA72C Galliano

📋 copy color: '#DDA72C'

red 221 ◦ green 167 ◦ blue 44

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

Shades of Galliano #DDA72C

Tints of Galliano #DDA72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 51.16%
G = 38.66%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDA72C (or 0xDDA72C) is known color: Galliano. HEX triplet: DD, A7 and 2C. RGB value is (221,167,44). Sum of RGB (Red+Green+Blue) = 221+167+44=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA72C is #2258D3. Grayscale: #A9A9A9. Windows color (decimal): -2250964 or 2926557. OLE color: 2926557.

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

Color convert

RGB 221 167 44 -
CMYK 0 0.24 0.80 0.13
HSL 41.69º 0.72% 0.52% -
HSV(B) 41.69º 0.8% 0.87% -
XYZ 44.09 43.19 8.4 -
YUV 169.12 57.39 165 -
System Red Green Blue C M Y K H S L
Decimal 221 167 44 0 0.24 0.80 0.13 41.69 0.72 0.52
Hex DD A7 2C 0 18 50 D 2A 48 34
Octal 335 247 54 0 30 120 15 52 110 64
Binary 11011101 10100111 101100 0 11000 1010000 1101 101010 1001000 110100

Color Harmonies of #DDA72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA72C

Black with #DDA72C

Text Example


Text Example

White with #DDA72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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