Html Css Color HEX #DDA724 Galliano

📋 copy color: '#DDA724'

red 221 ◦ green 167 ◦ blue 36

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

Shades of Galliano #DDA724

Tints of Galliano #DDA724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 52.12%
G = 39.39%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDA724 (or 0xDDA724) is known color: Galliano. HEX triplet: DD, A7 and 24. RGB value is (221,167,36). Sum of RGB (Red+Green+Blue) = 221+167+36=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA724 is #2258DB. Grayscale: #A8A8A8. Windows color (decimal): -2250972 or 2402269. OLE color: 2402269.

HSL color Cylindrical-coordinate representation of color #DDA724: hue angle of 42.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA724 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 36 -
CMYK 0 0.24 0.84 0.13
HSL 42.49º 0.73% 0.5% -
HSV(B) 42.49º 0.84% 0.87% -
XYZ 43.96 43.14 7.68 -
YUV 168.21 53.39 165.65 -
System Red Green Blue C M Y K H S L
Decimal 221 167 36 0 0.24 0.84 0.13 42.49 0.73 0.5
Hex DD A7 24 0 18 54 D 2A 49 32
Octal 335 247 44 0 30 124 15 52 111 62
Binary 11011101 10100111 100100 0 11000 1010100 1101 101010 1001001 110010

Color Harmonies of #DDA724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA724

Black with #DDA724

Text Example


Text Example

White with #DDA724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA724; }

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

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

background-color css

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

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

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

border-color css

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

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

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