Html Css Color HEX #DDAF42 Tulip Tree

📋 copy color: '#DDAF42'

red 221 ◦ green 175 ◦ blue 66

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

Shades of Tulip Tree #DDAF42

Tints of Tulip Tree #DDAF42

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.88%

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

R = 47.84%
G = 37.88%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDAF42 (or 0xDDAF42) is known color: Tulip Tree. HEX triplet: DD, AF and 42. RGB value is (221,175,66). Sum of RGB (Red+Green+Blue) = 221+175+66=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF42 is #2250BD. Grayscale: #B0B0B0. Windows color (decimal): -2248894 or 4370397. OLE color: 4370397.

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

Color convert

RGB 221 175 66 -
CMYK 0 0.21 0.70 0.13
HSL 42.19º 0.7% 0.56% -
HSV(B) 42.19º 0.7% 0.87% -
XYZ 46.13 46.43 11.68 -
YUV 176.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 221 175 66 0 0.21 0.70 0.13 42.19 0.7 0.56
Hex DD AF 42 0 15 46 D 2A 46 38
Octal 335 257 102 0 25 106 15 52 106 70
Binary 11011101 10101111 1000010 0 10101 1000110 1101 101010 1000110 111000

Color Harmonies of #DDAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF42

Black with #DDAF42

Text Example


Text Example

White with #DDAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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