Html Css Color HEX #DDAF3C Tulip Tree

📋 copy color: '#DDAF3C'

red 221 ◦ green 175 ◦ blue 60

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

Shades of Tulip Tree #DDAF3C

Tints of Tulip Tree #DDAF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.16%

R = 48.46%
G = 38.38%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDAF3C (or 0xDDAF3C) is known color: Tulip Tree. HEX triplet: DD, AF and 3C. RGB value is (221,175,60). Sum of RGB (Red+Green+Blue) = 221+175+60=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF3C is #2250C3. Grayscale: #B0B0B0. Windows color (decimal): -2248900 or 3977181. OLE color: 3977181.

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

Color convert

RGB 221 175 60 -
CMYK 0 0.21 0.73 0.13
HSL 42.86º 0.7% 0.55% -
HSV(B) 42.86º 0.73% 0.87% -
XYZ 45.96 46.36 10.8 -
YUV 175.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 221 175 60 0 0.21 0.73 0.13 42.86 0.7 0.55
Hex DD AF 3C 0 15 49 D 2B 46 37
Octal 335 257 74 0 25 111 15 53 106 67
Binary 11011101 10101111 111100 0 10101 1001001 1101 101011 1000110 110111

Color Harmonies of #DDAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF3C

Black with #DDAF3C

Text Example


Text Example

White with #DDAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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