Html Css Color HEX #DDAF3E Tulip Tree

📋 copy color: '#DDAF3E'

red 221 ◦ green 175 ◦ blue 62

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

Shades of Tulip Tree #DDAF3E

Tints of Tulip Tree #DDAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.54%

R = 48.25%
G = 38.21%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDAF3E (or 0xDDAF3E) is known color: Tulip Tree. HEX triplet: DD, AF and 3E. RGB value is (221,175,62). Sum of RGB (Red+Green+Blue) = 221+175+62=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF3E is #2250C1. Grayscale: #B0B0B0. Windows color (decimal): -2248898 or 4108253. OLE color: 4108253.

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

Color convert

RGB 221 175 62 -
CMYK 0 0.21 0.72 0.13
HSL 42.64º 0.7% 0.55% -
HSV(B) 42.64º 0.72% 0.87% -
XYZ 46.02 46.38 11.08 -
YUV 175.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 221 175 62 0 0.21 0.72 0.13 42.64 0.7 0.55
Hex DD AF 3E 0 15 48 D 2B 46 37
Octal 335 257 76 0 25 110 15 53 106 67
Binary 11011101 10101111 111110 0 10101 1001000 1101 101011 1000110 110111

Color Harmonies of #DDAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF3E

Black with #DDAF3E

Text Example


Text Example

White with #DDAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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