Html Css Color HEX #DDB140 Tulip Tree

📋 copy color: '#DDB140'

red 221 ◦ green 177 ◦ blue 64

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

Shades of Tulip Tree #DDB140

Tints of Tulip Tree #DDB140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 47.84%
G = 38.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB140 (or 0xDDB140) is known color: Tulip Tree. HEX triplet: DD, B1 and 40. RGB value is (221,177,64). Sum of RGB (Red+Green+Blue) = 221+177+64=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB140 is #224EBF. Grayscale: #B1B1B1. Windows color (decimal): -2248384 or 4239837. OLE color: 4239837.

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

Color convert

RGB 221 177 64 -
CMYK 0 0.20 0.71 0.13
HSL 43.18º 0.7% 0.56% -
HSV(B) 43.18º 0.71% 0.87% -
XYZ 46.47 47.19 11.51 -
YUV 177.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 221 177 64 0 0.20 0.71 0.13 43.18 0.7 0.56
Hex DD B1 40 0 14 47 D 2B 46 38
Octal 335 261 100 0 24 107 15 53 106 70
Binary 11011101 10110001 1000000 0 10100 1000111 1101 101011 1000110 111000

Color Harmonies of #DDB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB140

Black with #DDB140

Text Example


Text Example

White with #DDB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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