Html Css Color HEX #DDA841 Tulip Tree

📋 copy color: '#DDA841'

red 221 ◦ green 168 ◦ blue 65

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

Shades of Tulip Tree #DDA841

Tints of Tulip Tree #DDA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37%

 BLUE value IS 65 (25.78% from 255) = 14.32%

R = 48.68%
G = 37%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA841 (or 0xDDA841) is known color: Tulip Tree. HEX triplet: DD, A8 and 41. RGB value is (221,168,65). Sum of RGB (Red+Green+Blue) = 221+168+65=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA841 is #2257BE. Grayscale: #ACACAC. Windows color (decimal): -2250687 or 4303069. OLE color: 4303069.

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

Color convert

RGB 221 168 65 -
CMYK 0 0.24 0.71 0.13
HSL 39.62º 0.7% 0.56% -
HSV(B) 39.62º 0.71% 0.87% -
XYZ 44.78 43.76 11.09 -
YUV 172.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 221 168 65 0 0.24 0.71 0.13 39.62 0.7 0.56
Hex DD A8 41 0 18 47 D 28 46 38
Octal 335 250 101 0 30 107 15 50 106 70
Binary 11011101 10101000 1000001 0 11000 1000111 1101 101000 1000110 111000

Color Harmonies of #DDA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA841

Black with #DDA841

Text Example


Text Example

White with #DDA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA841; }

 p { color: rgb(221,168,65); }

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

background-color css

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

 a { background-color: rgb(221,168,65); }

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

border-color css

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

 span { border-color: rgb(221,168,65); }

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