Html Css Color HEX #DDB545 Tulip Tree

📋 copy color: '#DDB545'

red 221 ◦ green 181 ◦ blue 69

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

Shades of Tulip Tree #DDB545

Tints of Tulip Tree #DDB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

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

R = 46.92%
G = 38.43%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDB545 (or 0xDDB545) is known color: Tulip Tree. HEX triplet: DD, B5 and 45. RGB value is (221,181,69). Sum of RGB (Red+Green+Blue) = 221+181+69=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB545 is #224ABA. Grayscale: #B4B4B4. Windows color (decimal): -2247355 or 4568541. OLE color: 4568541.

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

Color convert

RGB 221 181 69 -
CMYK 0 0.18 0.69 0.13
HSL 44.21º 0.69% 0.57% -
HSV(B) 44.21º 0.69% 0.87% -
XYZ 47.42 48.85 12.56 -
YUV 180.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 221 181 69 0 0.18 0.69 0.13 44.21 0.69 0.57
Hex DD B5 45 0 12 45 D 2C 45 39
Octal 335 265 105 0 22 105 15 54 105 71
Binary 11011101 10110101 1000101 0 10010 1000101 1101 101100 1000101 111001

Color Harmonies of #DDB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB545

Black with #DDB545

Text Example


Text Example

White with #DDB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB545; }

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

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

background-color css

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

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

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

border-color css

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

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

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