Html Css Color HEX #DDA43F Tulip Tree

📋 copy color: '#DDA43F'

red 221 ◦ green 164 ◦ blue 63

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

Shades of Tulip Tree #DDA43F

Tints of Tulip Tree #DDA43F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

 BLUE value IS 63 (25% from 255) = 14.06%

R = 49.33%
G = 36.61%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA43F (or 0xDDA43F) is known color: Tulip Tree. HEX triplet: DD, A4 and 3F. RGB value is (221,164,63). Sum of RGB (Red+Green+Blue) = 221+164+63=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA43F is #225BC0. Grayscale: #A9A9A9. Windows color (decimal): -2251713 or 4170973. OLE color: 4170973.

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

Color convert

RGB 221 164 63 -
CMYK 0 0.26 0.71 0.13
HSL 38.35º 0.7% 0.56% -
HSV(B) 38.35º 0.71% 0.87% -
XYZ 43.99 42.28 10.55 -
YUV 169.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 221 164 63 0 0.26 0.71 0.13 38.35 0.7 0.56
Hex DD A4 3F 0 1A 47 D 26 46 38
Octal 335 244 77 0 32 107 15 46 106 70
Binary 11011101 10100100 111111 0 11010 1000111 1101 100110 1000110 111000

Color Harmonies of #DDA43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA43F

Black with #DDA43F

Text Example


Text Example

White with #DDA43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA43F; }

 p { color: rgb(221,164,63); }

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

background-color css

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

 a { background-color: rgb(221,164,63); }

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

border-color css

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

 span { border-color: rgb(221,164,63); }

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