Html Css Color HEX #DDB643 Tulip Tree

📋 copy color: '#DDB643'

red 221 ◦ green 182 ◦ blue 67

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

Shades of Tulip Tree #DDB643

Tints of Tulip Tree #DDB643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

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

R = 47.02%
G = 38.72%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB643 (or 0xDDB643) is known color: Tulip Tree. HEX triplet: DD, B6 and 43. RGB value is (221,182,67). Sum of RGB (Red+Green+Blue) = 221+182+67=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB643 is #2249BC. Grayscale: #B5B5B5. Windows color (decimal): -2247101 or 4437725. OLE color: 4437725.

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

Color convert

RGB 221 182 67 -
CMYK 0 0.18 0.70 0.13
HSL 44.81º 0.69% 0.56% -
HSV(B) 44.81º 0.7% 0.87% -
XYZ 47.56 49.23 12.31 -
YUV 180.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 221 182 67 0 0.18 0.70 0.13 44.81 0.69 0.56
Hex DD B6 43 0 12 46 D 2D 45 38
Octal 335 266 103 0 22 106 15 55 105 70
Binary 11011101 10110110 1000011 0 10010 1000110 1101 101101 1000101 111000

Color Harmonies of #DDB643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB643

Black with #DDB643

Text Example


Text Example

White with #DDB643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB643; }

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

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

background-color css

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

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

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

border-color css

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

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

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