Html Css Color HEX #DDA633 Tulip Tree

📋 copy color: '#DDA633'

red 221 ◦ green 166 ◦ blue 51

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

Shades of Tulip Tree #DDA633

Tints of Tulip Tree #DDA633

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 51 (20.31% from 255) = 11.64%

R = 50.46%
G = 37.9%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDA633 (or 0xDDA633) is known color: Tulip Tree. HEX triplet: DD, A6 and 33. RGB value is (221,166,51). Sum of RGB (Red+Green+Blue) = 221+166+51=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA633 is #2259CC. Grayscale: #A9A9A9. Windows color (decimal): -2251213 or 3385053. OLE color: 3385053.

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

Color convert

RGB 221 166 51 -
CMYK 0 0.25 0.77 0.13
HSL 40.59º 0.71% 0.53% -
HSV(B) 40.59º 0.77% 0.87% -
XYZ 44.05 42.88 9.09 -
YUV 169.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 221 166 51 0 0.25 0.77 0.13 40.59 0.71 0.53
Hex DD A6 33 0 19 4D D 29 47 35
Octal 335 246 63 0 31 115 15 51 107 65
Binary 11011101 10100110 110011 0 11001 1001101 1101 101001 1000111 110101

Color Harmonies of #DDA633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA633

Black with #DDA633

Text Example


Text Example

White with #DDA633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA633; }

 p { color: rgb(221,166,51); }

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

background-color css

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

 a { background-color: rgb(221,166,51); }

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

border-color css

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

 span { border-color: rgb(221,166,51); }

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