Html Css Color HEX #DDAB42 Tulip Tree

📋 copy color: '#DDAB42'

red 221 ◦ green 171 ◦ blue 66

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

Shades of Tulip Tree #DDAB42

Tints of Tulip Tree #DDAB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 48.25%
G = 37.34%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDAB42 (or 0xDDAB42) is known color: Tulip Tree. HEX triplet: DD, AB and 42. RGB value is (221,171,66). Sum of RGB (Red+Green+Blue) = 221+171+66=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB42 is #2254BD. Grayscale: #AEAEAE. Windows color (decimal): -2249918 or 4369373. OLE color: 4369373.

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

Color convert

RGB 221 171 66 -
CMYK 0 0.23 0.70 0.13
HSL 40.65º 0.7% 0.56% -
HSV(B) 40.65º 0.7% 0.87% -
XYZ 45.37 44.89 11.43 -
YUV 173.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 221 171 66 0 0.23 0.70 0.13 40.65 0.7 0.56
Hex DD AB 42 0 17 46 D 29 46 38
Octal 335 253 102 0 27 106 15 51 106 70
Binary 11011101 10101011 1000010 0 10111 1000110 1101 101001 1000110 111000

Color Harmonies of #DDAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB42

Black with #DDAB42

Text Example


Text Example

White with #DDAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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