Html Css Color HEX #DDA63D Tulip Tree

📋 copy color: '#DDA63D'

red 221 ◦ green 166 ◦ blue 61

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

Shades of Tulip Tree #DDA63D

Tints of Tulip Tree #DDA63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.62%

R = 49.33%
G = 37.05%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDA63D (or 0xDDA63D) is known color: Tulip Tree. HEX triplet: DD, A6 and 3D. RGB value is (221,166,61). Sum of RGB (Red+Green+Blue) = 221+166+61=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA63D is #2259C2. Grayscale: #AAAAAA. Windows color (decimal): -2251203 or 4040413. OLE color: 4040413.

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

Color convert

RGB 221 166 61 -
CMYK 0 0.25 0.72 0.13
HSL 39.38º 0.7% 0.55% -
HSV(B) 39.38º 0.72% 0.87% -
XYZ 44.3 42.98 10.38 -
YUV 170.48 66.22 164.04 -
System Red Green Blue C M Y K H S L
Decimal 221 166 61 0 0.25 0.72 0.13 39.38 0.7 0.55
Hex DD A6 3D 0 19 48 D 27 46 37
Octal 335 246 75 0 31 110 15 47 106 67
Binary 11011101 10100110 111101 0 11001 1001000 1101 100111 1000110 110111

Color Harmonies of #DDA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA63D

Black with #DDA63D

Text Example


Text Example

White with #DDA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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