Html Css Color HEX #DDB141 Tulip Tree

📋 copy color: '#DDB141'

red 221 ◦ green 177 ◦ blue 65

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

Shades of Tulip Tree #DDB141

Tints of Tulip Tree #DDB141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.04%

R = 47.73%
G = 38.23%
B = 14.04%

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

#DDB141 (or 0xDDB141) is known color: Tulip Tree. HEX triplet: DD, B1 and 41. RGB value is (221,177,65). Sum of RGB (Red+Green+Blue) = 221+177+65=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB141 is #224EBE. Grayscale: #B1B1B1. Windows color (decimal): -2248383 or 4305373. OLE color: 4305373.

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

Color convert

RGB 221 177 65 -
CMYK 0 0.20 0.71 0.13
HSL 43.08º 0.7% 0.56% -
HSV(B) 43.08º 0.71% 0.87% -
XYZ 46.5 47.2 11.66 -
YUV 177.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 221 177 65 0 0.20 0.71 0.13 43.08 0.7 0.56
Hex DD B1 41 0 14 47 D 2B 46 38
Octal 335 261 101 0 24 107 15 53 106 70
Binary 11011101 10110001 1000001 0 10100 1000111 1101 101011 1000110 111000

Color Harmonies of #DDB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB141

Black with #DDB141

Text Example


Text Example

White with #DDB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB141; }

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

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

background-color css

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

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

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

border-color css

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

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

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