Html Css Color HEX #DDA338 Tulip Tree

📋 copy color: '#DDA338'

red 221 ◦ green 163 ◦ blue 56

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

Shades of Tulip Tree #DDA338

Tints of Tulip Tree #DDA338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.73%

R = 50.23%
G = 37.05%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA338 (or 0xDDA338) is known color: Tulip Tree. HEX triplet: DD, A3 and 38. RGB value is (221,163,56). Sum of RGB (Red+Green+Blue) = 221+163+56=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA338 is #225CC7. Grayscale: #A8A8A8. Windows color (decimal): -2251976 or 3711965. OLE color: 3711965.

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

Color convert

RGB 221 163 56 -
CMYK 0 0.26 0.75 0.13
HSL 38.91º 0.71% 0.54% -
HSV(B) 38.91º 0.75% 0.87% -
XYZ 43.63 41.85 9.52 -
YUV 168.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 221 163 56 0 0.26 0.75 0.13 38.91 0.71 0.54
Hex DD A3 38 0 1A 4B D 27 47 36
Octal 335 243 70 0 32 113 15 47 107 66
Binary 11011101 10100011 111000 0 11010 1001011 1101 100111 1000111 110110

Color Harmonies of #DDA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA338

Black with #DDA338

Text Example


Text Example

White with #DDA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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