Html Css Color HEX #DDAF3A Tulip Tree

📋 copy color: '#DDAF3A'

red 221 ◦ green 175 ◦ blue 58

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

Shades of Tulip Tree #DDAF3A

Tints of Tulip Tree #DDAF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.78%

R = 48.68%
G = 38.55%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDAF3A (or 0xDDAF3A) is known color: Tulip Tree. HEX triplet: DD, AF and 3A. RGB value is (221,175,58). Sum of RGB (Red+Green+Blue) = 221+175+58=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF3A is #2250C5. Grayscale: #AFAFAF. Windows color (decimal): -2248902 or 3846109. OLE color: 3846109.

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

Color convert

RGB 221 175 58 -
CMYK 0 0.21 0.74 0.13
HSL 43.07º 0.71% 0.55% -
HSV(B) 43.07º 0.74% 0.87% -
XYZ 45.91 46.34 10.53 -
YUV 175.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 221 175 58 0 0.21 0.74 0.13 43.07 0.71 0.55
Hex DD AF 3A 0 15 4A D 2B 47 37
Octal 335 257 72 0 25 112 15 53 107 67
Binary 11011101 10101111 111010 0 10101 1001010 1101 101011 1000111 110111

Color Harmonies of #DDAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF3A

Black with #DDAF3A

Text Example


Text Example

White with #DDAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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