Html Css Color HEX #DDA321 Galliano

📋 copy color: '#DDA321'

red 221 ◦ green 163 ◦ blue 33

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

Shades of Galliano #DDA321

Tints of Galliano #DDA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 53%
G = 39.09%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDA321 (or 0xDDA321) is known color: Galliano. HEX triplet: DD, A3 and 21. RGB value is (221,163,33). Sum of RGB (Red+Green+Blue) = 221+163+33=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA321 is #225CDE. Grayscale: #A6A6A6. Windows color (decimal): -2251999 or 2204637. OLE color: 2204637.

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

Color convert

RGB 221 163 33 -
CMYK 0 0.26 0.85 0.13
HSL 41.49º 0.74% 0.5% -
HSV(B) 41.49º 0.85% 0.87% -
XYZ 43.19 41.68 7.21 -
YUV 165.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 221 163 33 0 0.26 0.85 0.13 41.49 0.74 0.5
Hex DD A3 21 0 1A 55 D 29 4A 32
Octal 335 243 41 0 32 125 15 51 112 62
Binary 11011101 10100011 100001 0 11010 1010101 1101 101001 1001010 110010

Color Harmonies of #DDA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA321

Black with #DDA321

Text Example


Text Example

White with #DDA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA321; }

 p { color: rgb(221,163,33); }

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

background-color css

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

 a { background-color: rgb(221,163,33); }

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

border-color css

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

 span { border-color: rgb(221,163,33); }

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