Html Css Color HEX #DDB13E Tulip Tree

📋 copy color: '#DDB13E'

red 221 ◦ green 177 ◦ blue 62

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

Shades of Tulip Tree #DDB13E

Tints of Tulip Tree #DDB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.48%

 BLUE value IS 62 (24.61% from 255) = 13.48%

R = 48.04%
G = 38.48%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDB13E (or 0xDDB13E) is known color: Tulip Tree. HEX triplet: DD, B1 and 3E. RGB value is (221,177,62). Sum of RGB (Red+Green+Blue) = 221+177+62=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB13E is #224EC1. Grayscale: #B1B1B1. Windows color (decimal): -2248386 or 4108765. OLE color: 4108765.

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

Color convert

RGB 221 177 62 -
CMYK 0 0.20 0.72 0.13
HSL 43.4º 0.7% 0.55% -
HSV(B) 43.4º 0.72% 0.87% -
XYZ 46.41 47.16 11.21 -
YUV 177.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 221 177 62 0 0.20 0.72 0.13 43.4 0.7 0.55
Hex DD B1 3E 0 14 48 D 2B 46 37
Octal 335 261 76 0 24 110 15 53 106 67
Binary 11011101 10110001 111110 0 10100 1001000 1101 101011 1000110 110111

Color Harmonies of #DDB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB13E

Black with #DDB13E

Text Example


Text Example

White with #DDB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB13E; }

 p { color: rgb(221,177,62); }

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

background-color css

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

 a { background-color: rgb(221,177,62); }

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

border-color css

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

 span { border-color: rgb(221,177,62); }

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