Html Css Color HEX #DDB845 Tulip Tree

📋 copy color: '#DDB845'

red 221 ◦ green 184 ◦ blue 69

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

Shades of Tulip Tree #DDB845

Tints of Tulip Tree #DDB845

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.82%

 BLUE value IS 69 (27.34% from 255) = 14.56%

R = 46.62%
G = 38.82%
B = 14.56%

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

#DDB845 (or 0xDDB845) is known color: Tulip Tree. HEX triplet: DD, B8 and 45. RGB value is (221,184,69). Sum of RGB (Red+Green+Blue) = 221+184+69=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB845 is #2247BA. Grayscale: #B6B6B6. Windows color (decimal): -2246587 or 4569309. OLE color: 4569309.

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

Color convert

RGB 221 184 69 -
CMYK 0 0.17 0.69 0.13
HSL 45.39º 0.69% 0.57% -
HSV(B) 45.39º 0.69% 0.87% -
XYZ 48.03 50.08 12.77 -
YUV 181.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 221 184 69 0 0.17 0.69 0.13 45.39 0.69 0.57
Hex DD B8 45 0 11 45 D 2D 45 39
Octal 335 270 105 0 21 105 15 55 105 71
Binary 11011101 10111000 1000101 0 10001 1000101 1101 101101 1000101 111001

Color Harmonies of #DDB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB845

Black with #DDB845

Text Example


Text Example

White with #DDB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB845; }

 p { color: rgb(221,184,69); }

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

background-color css

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

 a { background-color: rgb(221,184,69); }

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

border-color css

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

 span { border-color: rgb(221,184,69); }

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