Html Css Color HEX #DDB744 Tulip Tree

📋 copy color: '#DDB744'

red 221 ◦ green 183 ◦ blue 68

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

Shades of Tulip Tree #DDB744

Tints of Tulip Tree #DDB744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

 BLUE value IS 68 (26.95% from 255) = 14.41%

R = 46.82%
G = 38.77%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDB744 (or 0xDDB744) is known color: Tulip Tree. HEX triplet: DD, B7 and 44. RGB value is (221,183,68). Sum of RGB (Red+Green+Blue) = 221+183+68=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 68 (26.95% from 255 or 14.41% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB744 is #2248BB. Grayscale: #B5B5B5. Windows color (decimal): -2246844 or 4503517. OLE color: 4503517.

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

Color convert

RGB 221 183 68 -
CMYK 0 0.17 0.69 0.13
HSL 45.1º 0.69% 0.57% -
HSV(B) 45.1º 0.69% 0.87% -
XYZ 47.8 49.66 12.53 -
YUV 181.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 221 183 68 0 0.17 0.69 0.13 45.1 0.69 0.57
Hex DD B7 44 0 11 45 D 2D 45 39
Octal 335 267 104 0 21 105 15 55 105 71
Binary 11011101 10110111 1000100 0 10001 1000101 1101 101101 1000101 111001

Color Harmonies of #DDB744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB744

Black with #DDB744

Text Example


Text Example

White with #DDB744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB744; }

 p { color: rgb(221,183,68); }

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

background-color css

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

 a { background-color: rgb(221,183,68); }

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

border-color css

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

 span { border-color: rgb(221,183,68); }

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