Html Css Color HEX #DDA342 Tulip Tree

📋 copy color: '#DDA342'

red 221 ◦ green 163 ◦ blue 66

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

Shades of Tulip Tree #DDA342

Tints of Tulip Tree #DDA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 49.11%
G = 36.22%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDA342 (or 0xDDA342) is known color: Tulip Tree. HEX triplet: DD, A3 and 42. RGB value is (221,163,66). Sum of RGB (Red+Green+Blue) = 221+163+66=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA342 is #225CBD. Grayscale: #A9A9A9. Windows color (decimal): -2251966 or 4367325. OLE color: 4367325.

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

Color convert

RGB 221 163 66 -
CMYK 0 0.26 0.70 0.13
HSL 37.55º 0.7% 0.56% -
HSV(B) 37.55º 0.7% 0.87% -
XYZ 43.9 41.96 10.94 -
YUV 169.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 221 163 66 0 0.26 0.70 0.13 37.55 0.7 0.56
Hex DD A3 42 0 1A 46 D 26 46 38
Octal 335 243 102 0 32 106 15 46 106 70
Binary 11011101 10100011 1000010 0 11010 1000110 1101 100110 1000110 111000

Color Harmonies of #DDA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA342

Black with #DDA342

Text Example


Text Example

White with #DDA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA342; }

 p { color: rgb(221,163,66); }

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

background-color css

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

 a { background-color: rgb(221,163,66); }

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

border-color css

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

 span { border-color: rgb(221,163,66); }

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