Html Css Color HEX #DDB843 Tulip Tree

📋 copy color: '#DDB843'

red 221 ◦ green 184 ◦ blue 67

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

Shades of Tulip Tree #DDB843

Tints of Tulip Tree #DDB843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.19%

R = 46.82%
G = 38.98%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB843 (or 0xDDB843) is known color: Tulip Tree. HEX triplet: DD, B8 and 43. RGB value is (221,184,67). Sum of RGB (Red+Green+Blue) = 221+184+67=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB843 is #2247BC. Grayscale: #B6B6B6. Windows color (decimal): -2246589 or 4438237. OLE color: 4438237.

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

Color convert

RGB 221 184 67 -
CMYK 0 0.17 0.70 0.13
HSL 45.58º 0.69% 0.56% -
HSV(B) 45.58º 0.7% 0.87% -
XYZ 47.97 50.06 12.44 -
YUV 181.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 221 184 67 0 0.17 0.70 0.13 45.58 0.69 0.56
Hex DD B8 43 0 11 46 D 2E 45 38
Octal 335 270 103 0 21 106 15 56 105 70
Binary 11011101 10111000 1000011 0 10001 1000110 1101 101110 1000101 111000

Color Harmonies of #DDB843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB843

Black with #DDB843

Text Example


Text Example

White with #DDB843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB843; }

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

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

background-color css

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

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

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

border-color css

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

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

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