Html Css Color HEX #DDA83C Tulip Tree

📋 copy color: '#DDA83C'

red 221 ◦ green 168 ◦ blue 60

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

Shades of Tulip Tree #DDA83C

Tints of Tulip Tree #DDA83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 49.22%
G = 37.42%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDA83C (or 0xDDA83C) is known color: Tulip Tree. HEX triplet: DD, A8 and 3C. RGB value is (221,168,60). Sum of RGB (Red+Green+Blue) = 221+168+60=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA83C is #2257C3. Grayscale: #ACACAC. Windows color (decimal): -2250692 or 3975389. OLE color: 3975389.

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

Color convert

RGB 221 168 60 -
CMYK 0 0.24 0.73 0.13
HSL 40.25º 0.7% 0.55% -
HSV(B) 40.25º 0.73% 0.87% -
XYZ 44.64 43.7 10.36 -
YUV 171.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 221 168 60 0 0.24 0.73 0.13 40.25 0.7 0.55
Hex DD A8 3C 0 18 49 D 28 46 37
Octal 335 250 74 0 30 111 15 50 106 67
Binary 11011101 10101000 111100 0 11000 1001001 1101 101000 1000110 110111

Color Harmonies of #DDA83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA83C

Black with #DDA83C

Text Example


Text Example

White with #DDA83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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