Html Css Color HEX #DDB446 Tulip Tree

📋 copy color: '#DDB446'

red 221 ◦ green 180 ◦ blue 70

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

Shades of Tulip Tree #DDB446

Tints of Tulip Tree #DDB446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 46.92%
G = 38.22%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB446 (or 0xDDB446) is known color: Tulip Tree. HEX triplet: DD, B4 and 46. RGB value is (221,180,70). Sum of RGB (Red+Green+Blue) = 221+180+70=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB446 is #224BB9. Grayscale: #B4B4B4. Windows color (decimal): -2247610 or 4633821. OLE color: 4633821.

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

Color convert

RGB 221 180 70 -
CMYK 0 0.19 0.68 0.13
HSL 43.71º 0.69% 0.57% -
HSV(B) 43.71º 0.68% 0.87% -
XYZ 47.25 48.46 12.66 -
YUV 179.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 221 180 70 0 0.19 0.68 0.13 43.71 0.69 0.57
Hex DD B4 46 0 13 44 D 2C 45 39
Octal 335 264 106 0 23 104 15 54 105 71
Binary 11011101 10110100 1000110 0 10011 1000100 1101 101100 1000101 111001

Color Harmonies of #DDB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB446

Black with #DDB446

Text Example


Text Example

White with #DDB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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