Html Css Color HEX #DDA83D Tulip Tree

📋 copy color: '#DDA83D'

red 221 ◦ green 168 ◦ blue 61

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

Shades of Tulip Tree #DDA83D

Tints of Tulip Tree #DDA83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.56%

R = 49.11%
G = 37.33%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDA83D (or 0xDDA83D) is known color: Tulip Tree. HEX triplet: DD, A8 and 3D. RGB value is (221,168,61). Sum of RGB (Red+Green+Blue) = 221+168+61=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA83D is #2257C2. Grayscale: #ACACAC. Windows color (decimal): -2250691 or 4040925. OLE color: 4040925.

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

Color convert

RGB 221 168 61 -
CMYK 0 0.24 0.72 0.13
HSL 40.13º 0.7% 0.55% -
HSV(B) 40.13º 0.72% 0.87% -
XYZ 44.66 43.71 10.5 -
YUV 171.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 221 168 61 0 0.24 0.72 0.13 40.13 0.7 0.55
Hex DD A8 3D 0 18 48 D 28 46 37
Octal 335 250 75 0 30 110 15 50 106 67
Binary 11011101 10101000 111101 0 11000 1001000 1101 101000 1000110 110111

Color Harmonies of #DDA83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA83D

Black with #DDA83D

Text Example


Text Example

White with #DDA83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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