Html Css Color HEX #DDAF41 Tulip Tree

📋 copy color: '#DDAF41'

red 221 ◦ green 175 ◦ blue 65

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

Shades of Tulip Tree #DDAF41

Tints of Tulip Tree #DDAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 47.94%
G = 37.96%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDAF41 (or 0xDDAF41) is known color: Tulip Tree. HEX triplet: DD, AF and 41. RGB value is (221,175,65). Sum of RGB (Red+Green+Blue) = 221+175+65=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF41 is #2250BE. Grayscale: #B0B0B0. Windows color (decimal): -2248895 or 4304861. OLE color: 4304861.

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

Color convert

RGB 221 175 65 -
CMYK 0 0.21 0.71 0.13
HSL 42.31º 0.7% 0.56% -
HSV(B) 42.31º 0.71% 0.87% -
XYZ 46.1 46.41 11.53 -
YUV 176.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 221 175 65 0 0.21 0.71 0.13 42.31 0.7 0.56
Hex DD AF 41 0 15 47 D 2A 46 38
Octal 335 257 101 0 25 107 15 52 106 70
Binary 11011101 10101111 1000001 0 10101 1000111 1101 101010 1000110 111000

Color Harmonies of #DDAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF41

Black with #DDAF41

Text Example


Text Example

White with #DDAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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