Html Css Color HEX #DDB440 Tulip Tree

📋 copy color: '#DDB440'

red 221 ◦ green 180 ◦ blue 64

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

Shades of Tulip Tree #DDB440

Tints of Tulip Tree #DDB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 47.53%
G = 38.71%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB440 (or 0xDDB440) is known color: Tulip Tree. HEX triplet: DD, B4 and 40. RGB value is (221,180,64). Sum of RGB (Red+Green+Blue) = 221+180+64=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB440 is #224BBF. Grayscale: #B3B3B3. Windows color (decimal): -2247616 or 4240605. OLE color: 4240605.

HSL color Cylindrical-coordinate representation of color #DDB440: hue angle of 44.33º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDB440 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 64 -
CMYK 0 0.19 0.71 0.13
HSL 44.33º 0.7% 0.56% -
HSV(B) 44.33º 0.71% 0.87% -
XYZ 47.07 48.38 11.71 -
YUV 179.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 221 180 64 0 0.19 0.71 0.13 44.33 0.7 0.56
Hex DD B4 40 0 13 47 D 2C 46 38
Octal 335 264 100 0 23 107 15 54 106 70
Binary 11011101 10110100 1000000 0 10011 1000111 1101 101100 1000110 111000

Color Harmonies of #DDB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB440

Black with #DDB440

Text Example


Text Example

White with #DDB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB440; }

 p { color: rgb(221,180,64); }

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

background-color css

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

 a { background-color: rgb(221,180,64); }

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

border-color css

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

 span { border-color: rgb(221,180,64); }

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