Html Css Color HEX #DDA63B Tulip Tree

📋 copy color: '#DDA63B'

red 221 ◦ green 166 ◦ blue 59

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

Shades of Tulip Tree #DDA63B

Tints of Tulip Tree #DDA63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.23%

R = 49.55%
G = 37.22%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDA63B (or 0xDDA63B) is known color: Tulip Tree. HEX triplet: DD, A6 and 3B. RGB value is (221,166,59). Sum of RGB (Red+Green+Blue) = 221+166+59=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA63B is #2259C4. Grayscale: #AAAAAA. Windows color (decimal): -2251205 or 3909341. OLE color: 3909341.

HSL color Cylindrical-coordinate representation of color #DDA63B: hue angle of 39.63º 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 #DDA63B is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 59 -
CMYK 0 0.25 0.73 0.13
HSL 39.63º 0.7% 0.55% -
HSV(B) 39.63º 0.73% 0.87% -
XYZ 44.24 42.96 10.1 -
YUV 170.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 221 166 59 0 0.25 0.73 0.13 39.63 0.7 0.55
Hex DD A6 3B 0 19 49 D 28 46 37
Octal 335 246 73 0 31 111 15 50 106 67
Binary 11011101 10100110 111011 0 11001 1001001 1101 101000 1000110 110111

Color Harmonies of #DDA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA63B

Black with #DDA63B

Text Example


Text Example

White with #DDA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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