Html Css Color HEX #DDA631 Tulip Tree

📋 copy color: '#DDA631'

red 221 ◦ green 166 ◦ blue 49

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

Shades of Tulip Tree #DDA631

Tints of Tulip Tree #DDA631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

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

R = 50.69%
G = 38.07%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDA631 (or 0xDDA631) is known color: Tulip Tree. HEX triplet: DD, A6 and 31. RGB value is (221,166,49). Sum of RGB (Red+Green+Blue) = 221+166+49=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA631 is #2259CE. Grayscale: #A9A9A9. Windows color (decimal): -2251215 or 3253981. OLE color: 3253981.

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

Color convert

RGB 221 166 49 -
CMYK 0 0.25 0.78 0.13
HSL 40.81º 0.72% 0.53% -
HSV(B) 40.81º 0.78% 0.87% -
XYZ 44.01 42.87 8.86 -
YUV 169.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 221 166 49 0 0.25 0.78 0.13 40.81 0.72 0.53
Hex DD A6 31 0 19 4E D 29 48 35
Octal 335 246 61 0 31 116 15 51 110 65
Binary 11011101 10100110 110001 0 11001 1001110 1101 101001 1001000 110101

Color Harmonies of #DDA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA631

Black with #DDA631

Text Example


Text Example

White with #DDA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA631; }

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

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

background-color css

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

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

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

border-color css

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

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

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