Html Css Color HEX #DDA82B Galliano

📋 copy color: '#DDA82B'

red 221 ◦ green 168 ◦ blue 43

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

Shades of Galliano #DDA82B

Tints of Galliano #DDA82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

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

R = 51.16%
G = 38.89%
B = 9.95%

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

#DDA82B (or 0xDDA82B) is known color: Galliano. HEX triplet: DD, A8 and 2B. RGB value is (221,168,43). Sum of RGB (Red+Green+Blue) = 221+168+43=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA82B is #2257D4. Grayscale: #AAAAAA. Windows color (decimal): -2250709 or 2861277. OLE color: 2861277.

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

Color convert

RGB 221 168 43 -
CMYK 0 0.24 0.81 0.13
HSL 42.13º 0.72% 0.52% -
HSV(B) 42.13º 0.81% 0.87% -
XYZ 44.26 43.55 8.36 -
YUV 169.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 221 168 43 0 0.24 0.81 0.13 42.13 0.72 0.52
Hex DD A8 2B 0 18 51 D 2A 48 34
Octal 335 250 53 0 30 121 15 52 110 64
Binary 11011101 10101000 101011 0 11000 1010001 1101 101010 1001000 110100

Color Harmonies of #DDA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA82B

Black with #DDA82B

Text Example


Text Example

White with #DDA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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