Html Css Color HEX #DDB945 Tulip Tree

📋 copy color: '#DDB945'

red 221 ◦ green 185 ◦ blue 69

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

Shades of Tulip Tree #DDB945

Tints of Tulip Tree #DDB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

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

R = 46.53%
G = 38.95%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDB945 (or 0xDDB945) is known color: Tulip Tree. HEX triplet: DD, B9 and 45. RGB value is (221,185,69). Sum of RGB (Red+Green+Blue) = 221+185+69=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB945 is #2246BA. Grayscale: #B7B7B7. Windows color (decimal): -2246331 or 4569565. OLE color: 4569565.

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

Color convert

RGB 221 185 69 -
CMYK 0 0.16 0.69 0.13
HSL 45.79º 0.69% 0.57% -
HSV(B) 45.79º 0.69% 0.87% -
XYZ 48.24 50.5 12.84 -
YUV 182.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 221 185 69 0 0.16 0.69 0.13 45.79 0.69 0.57
Hex DD B9 45 0 10 45 D 2E 45 39
Octal 335 271 105 0 20 105 15 56 105 71
Binary 11011101 10111001 1000101 0 10000 1000101 1101 101110 1000101 111001

Color Harmonies of #DDB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB945

Black with #DDB945

Text Example


Text Example

White with #DDB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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