Html Css Color HEX #DDA831 Tulip Tree

📋 copy color: '#DDA831'

red 221 ◦ green 168 ◦ blue 49

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

Shades of Tulip Tree #DDA831

Tints of Tulip Tree #DDA831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.19%

R = 50.46%
G = 38.36%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA831 (or 0xDDA831) is known color: Tulip Tree. HEX triplet: DD, A8 and 31. RGB value is (221,168,49). Sum of RGB (Red+Green+Blue) = 221+168+49=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA831 is #2257CE. Grayscale: #AAAAAA. Windows color (decimal): -2250703 or 3254493. OLE color: 3254493.

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

Color convert

RGB 221 168 49 -
CMYK 0 0.24 0.78 0.13
HSL 41.51º 0.72% 0.53% -
HSV(B) 41.51º 0.78% 0.87% -
XYZ 44.38 43.6 8.98 -
YUV 170.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 221 168 49 0 0.24 0.78 0.13 41.51 0.72 0.53
Hex DD A8 31 0 18 4E D 2A 48 35
Octal 335 250 61 0 30 116 15 52 110 65
Binary 11011101 10101000 110001 0 11000 1001110 1101 101010 1001000 110101

Color Harmonies of #DDA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA831

Black with #DDA831

Text Example


Text Example

White with #DDA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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