Html Css Color HEX #DDAF43 Tulip Tree

📋 copy color: '#DDAF43'

red 221 ◦ green 175 ◦ blue 67

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

Shades of Tulip Tree #DDAF43

Tints of Tulip Tree #DDAF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.47%

R = 47.73%
G = 37.8%
B = 14.47%

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

#DDAF43 (or 0xDDAF43) is known color: Tulip Tree. HEX triplet: DD, AF and 43. RGB value is (221,175,67). Sum of RGB (Red+Green+Blue) = 221+175+67=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF43 is #2250BC. Grayscale: #B0B0B0. Windows color (decimal): -2248893 or 4435933. OLE color: 4435933.

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

Color convert

RGB 221 175 67 -
CMYK 0 0.21 0.70 0.13
HSL 42.08º 0.69% 0.56% -
HSV(B) 42.08º 0.7% 0.87% -
XYZ 46.16 46.44 11.84 -
YUV 176.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 221 175 67 0 0.21 0.70 0.13 42.08 0.69 0.56
Hex DD AF 43 0 15 46 D 2A 45 38
Octal 335 257 103 0 25 106 15 52 105 70
Binary 11011101 10101111 1000011 0 10101 1000110 1101 101010 1000101 111000

Color Harmonies of #DDAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF43

Black with #DDAF43

Text Example


Text Example

White with #DDAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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