Html Css Color HEX #DDA431 Tulip Tree

📋 copy color: '#DDA431'

red 221 ◦ green 164 ◦ blue 49

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

Shades of Tulip Tree #DDA431

Tints of Tulip Tree #DDA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

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

R = 50.92%
G = 37.79%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA431 (or 0xDDA431) is known color: Tulip Tree. HEX triplet: DD, A4 and 31. RGB value is (221,164,49). Sum of RGB (Red+Green+Blue) = 221+164+49=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA431 is #225BCE. Grayscale: #A8A8A8. Windows color (decimal): -2251727 or 3253469. OLE color: 3253469.

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

Color convert

RGB 221 164 49 -
CMYK 0 0.26 0.78 0.13
HSL 40.12º 0.72% 0.53% -
HSV(B) 40.12º 0.78% 0.87% -
XYZ 43.65 42.14 8.74 -
YUV 167.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 221 164 49 0 0.26 0.78 0.13 40.12 0.72 0.53
Hex DD A4 31 0 1A 4E D 28 48 35
Octal 335 244 61 0 32 116 15 50 110 65
Binary 11011101 10100100 110001 0 11010 1001110 1101 101000 1001000 110101

Color Harmonies of #DDA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA431

Black with #DDA431

Text Example


Text Example

White with #DDA431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA431; }

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

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

background-color css

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

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

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

border-color css

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

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

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