Html Css Color HEX #DDB041 Tulip Tree

📋 copy color: '#DDB041'

red 221 ◦ green 176 ◦ blue 65

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

Shades of Tulip Tree #DDB041

Tints of Tulip Tree #DDB041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.1%

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

R = 47.84%
G = 38.1%
B = 14.07%

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

#DDB041 (or 0xDDB041) is known color: Tulip Tree. HEX triplet: DD, B0 and 41. RGB value is (221,176,65). Sum of RGB (Red+Green+Blue) = 221+176+65=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB041 is #224FBE. Grayscale: #B1B1B1. Windows color (decimal): -2248639 or 4305117. OLE color: 4305117.

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

Color convert

RGB 221 176 65 -
CMYK 0 0.20 0.71 0.13
HSL 42.69º 0.7% 0.56% -
HSV(B) 42.69º 0.71% 0.87% -
XYZ 46.3 46.8 11.6 -
YUV 176.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 221 176 65 0 0.20 0.71 0.13 42.69 0.7 0.56
Hex DD B0 41 0 14 47 D 2B 46 38
Octal 335 260 101 0 24 107 15 53 106 70
Binary 11011101 10110000 1000001 0 10100 1000111 1101 101011 1000110 111000

Color Harmonies of #DDB041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB041

Black with #DDB041

Text Example


Text Example

White with #DDB041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB041; }

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

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

background-color css

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

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

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

border-color css

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

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

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