Html Css Color HEX #DDB541 Tulip Tree

📋 copy color: '#DDB541'

red 221 ◦ green 181 ◦ blue 65

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

Shades of Tulip Tree #DDB541

Tints of Tulip Tree #DDB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

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

R = 47.32%
G = 38.76%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB541 (or 0xDDB541) is known color: Tulip Tree. HEX triplet: DD, B5 and 41. RGB value is (221,181,65). Sum of RGB (Red+Green+Blue) = 221+181+65=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB541 is #224ABE. Grayscale: #B4B4B4. Windows color (decimal): -2247359 or 4306397. OLE color: 4306397.

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

Color convert

RGB 221 181 65 -
CMYK 0 0.18 0.71 0.13
HSL 44.62º 0.7% 0.56% -
HSV(B) 44.62º 0.71% 0.87% -
XYZ 47.3 48.8 11.93 -
YUV 179.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 221 181 65 0 0.18 0.71 0.13 44.62 0.7 0.56
Hex DD B5 41 0 12 47 D 2D 46 38
Octal 335 265 101 0 22 107 15 55 106 70
Binary 11011101 10110101 1000001 0 10010 1000111 1101 101101 1000110 111000

Color Harmonies of #DDB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB541

Black with #DDB541

Text Example


Text Example

White with #DDB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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