Html Css Color HEX #DDB441 Tulip Tree

📋 copy color: '#DDB441'

red 221 ◦ green 180 ◦ blue 65

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

Shades of Tulip Tree #DDB441

Tints of Tulip Tree #DDB441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 47.42%
G = 38.63%
B = 13.95%

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

#DDB441 (or 0xDDB441) is known color: Tulip Tree. HEX triplet: DD, B4 and 41. RGB value is (221,180,65). Sum of RGB (Red+Green+Blue) = 221+180+65=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB441 is #224BBE. Grayscale: #B3B3B3. Windows color (decimal): -2247615 or 4306141. OLE color: 4306141.

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

Color convert

RGB 221 180 65 -
CMYK 0 0.19 0.71 0.13
HSL 44.23º 0.7% 0.56% -
HSV(B) 44.23º 0.71% 0.87% -
XYZ 47.09 48.4 11.86 -
YUV 179.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 221 180 65 0 0.19 0.71 0.13 44.23 0.7 0.56
Hex DD B4 41 0 13 47 D 2C 46 38
Octal 335 264 101 0 23 107 15 54 106 70
Binary 11011101 10110100 1000001 0 10011 1000111 1101 101100 1000110 111000

Color Harmonies of #DDB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB441

Black with #DDB441

Text Example


Text Example

White with #DDB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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