Html Css Color HEX #DDA32B Galliano

📋 copy color: '#DDA32B'

red 221 ◦ green 163 ◦ blue 43

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

Shades of Galliano #DDA32B

Tints of Galliano #DDA32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 51.76%
G = 38.17%
B = 10.07%

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

#DDA32B (or 0xDDA32B) is known color: Galliano. HEX triplet: DD, A3 and 2B. RGB value is (221,163,43). Sum of RGB (Red+Green+Blue) = 221+163+43=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA32B is #225CD4. Grayscale: #A7A7A7. Windows color (decimal): -2251989 or 2859997. OLE color: 2859997.

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

Color convert

RGB 221 163 43 -
CMYK 0 0.26 0.81 0.13
HSL 40.45º 0.72% 0.52% -
HSV(B) 40.45º 0.81% 0.87% -
XYZ 43.35 41.74 8.06 -
YUV 166.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 221 163 43 0 0.26 0.81 0.13 40.45 0.72 0.52
Hex DD A3 2B 0 1A 51 D 28 48 34
Octal 335 243 53 0 32 121 15 50 110 64
Binary 11011101 10100011 101011 0 11010 1010001 1101 101000 1001000 110100

Color Harmonies of #DDA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA32B

Black with #DDA32B

Text Example


Text Example

White with #DDA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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