Html Css Color HEX #DDA943 Tulip Tree

📋 copy color: '#DDA943'

red 221 ◦ green 169 ◦ blue 67

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

Shades of Tulip Tree #DDA943

Tints of Tulip Tree #DDA943

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

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

R = 48.36%
G = 36.98%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDA943 (or 0xDDA943) is known color: Tulip Tree. HEX triplet: DD, A9 and 43. RGB value is (221,169,67). Sum of RGB (Red+Green+Blue) = 221+169+67=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA943 is #2256BC. Grayscale: #ADADAD. Windows color (decimal): -2250429 or 4434397. OLE color: 4434397.

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

Color convert

RGB 221 169 67 -
CMYK 0 0.24 0.70 0.13
HSL 39.74º 0.69% 0.56% -
HSV(B) 39.74º 0.7% 0.87% -
XYZ 45.02 44.15 11.46 -
YUV 172.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 221 169 67 0 0.24 0.70 0.13 39.74 0.69 0.56
Hex DD A9 43 0 18 46 D 28 45 38
Octal 335 251 103 0 30 106 15 50 105 70
Binary 11011101 10101001 1000011 0 11000 1000110 1101 101000 1000101 111000

Color Harmonies of #DDA943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA943

Black with #DDA943

Text Example


Text Example

White with #DDA943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA943; }

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

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

background-color css

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

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

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

border-color css

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

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

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