Html Css Color HEX #DDB443 Tulip Tree

📋 copy color: '#DDB443'

red 221 ◦ green 180 ◦ blue 67

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

Shades of Tulip Tree #DDB443

Tints of Tulip Tree #DDB443

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

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

R = 47.22%
G = 38.46%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDB443 (or 0xDDB443) is known color: Tulip Tree. HEX triplet: DD, B4 and 43. RGB value is (221,180,67). Sum of RGB (Red+Green+Blue) = 221+180+67=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB443 is #224BBC. Grayscale: #B3B3B3. Windows color (decimal): -2247613 or 4437213. OLE color: 4437213.

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

Color convert

RGB 221 180 67 -
CMYK 0 0.19 0.70 0.13
HSL 44.03º 0.69% 0.56% -
HSV(B) 44.03º 0.7% 0.87% -
XYZ 47.15 48.42 12.17 -
YUV 179.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 221 180 67 0 0.19 0.70 0.13 44.03 0.69 0.56
Hex DD B4 43 0 13 46 D 2C 45 38
Octal 335 264 103 0 23 106 15 54 105 70
Binary 11011101 10110100 1000011 0 10011 1000110 1101 101100 1000101 111000

Color Harmonies of #DDB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB443

Black with #DDB443

Text Example


Text Example

White with #DDB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB443; }

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

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

background-color css

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

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

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

border-color css

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

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

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