Html Css Color HEX #DDAF44 Tulip Tree

📋 copy color: '#DDAF44'

red 221 ◦ green 175 ◦ blue 68

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

Shades of Tulip Tree #DDAF44

Tints of Tulip Tree #DDAF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 47.63%
G = 37.72%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDAF44 (or 0xDDAF44) is known color: Tulip Tree. HEX triplet: DD, AF and 44. RGB value is (221,175,68). Sum of RGB (Red+Green+Blue) = 221+175+68=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF44 is #2250BB. Grayscale: #B1B1B1. Windows color (decimal): -2248892 or 4501469. OLE color: 4501469.

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

Color convert

RGB 221 175 68 -
CMYK 0 0.21 0.69 0.13
HSL 41.96º 0.69% 0.57% -
HSV(B) 41.96º 0.69% 0.87% -
XYZ 46.19 46.45 12 -
YUV 176.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 221 175 68 0 0.21 0.69 0.13 41.96 0.69 0.57
Hex DD AF 44 0 15 45 D 2A 45 39
Octal 335 257 104 0 25 105 15 52 105 71
Binary 11011101 10101111 1000100 0 10101 1000101 1101 101010 1000101 111001

Color Harmonies of #DDAF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF44

Black with #DDAF44

Text Example


Text Example

White with #DDAF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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