Html Css Color HEX #DDAB3E Tulip Tree

📋 copy color: '#DDAB3E'

red 221 ◦ green 171 ◦ blue 62

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

Shades of Tulip Tree #DDAB3E

Tints of Tulip Tree #DDAB3E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

 BLUE value IS 62 (24.61% from 255) = 13.66%

R = 48.68%
G = 37.67%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDAB3E (or 0xDDAB3E) is known color: Tulip Tree. HEX triplet: DD, AB and 3E. RGB value is (221,171,62). Sum of RGB (Red+Green+Blue) = 221+171+62=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB3E is #2254C1. Grayscale: #AEAEAE. Windows color (decimal): -2249922 or 4107229. OLE color: 4107229.

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

Color convert

RGB 221 171 62 -
CMYK 0 0.23 0.72 0.13
HSL 41.13º 0.7% 0.55% -
HSV(B) 41.13º 0.72% 0.87% -
XYZ 45.25 44.85 10.83 -
YUV 173.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 221 171 62 0 0.23 0.72 0.13 41.13 0.7 0.55
Hex DD AB 3E 0 17 48 D 29 46 37
Octal 335 253 76 0 27 110 15 51 106 67
Binary 11011101 10101011 111110 0 10111 1001000 1101 101001 1000110 110111

Color Harmonies of #DDAB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB3E

Black with #DDAB3E

Text Example


Text Example

White with #DDAB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB3E; }

 p { color: rgb(221,171,62); }

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

background-color css

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

 a { background-color: rgb(221,171,62); }

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

border-color css

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

 span { border-color: rgb(221,171,62); }

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