Html Css Color HEX #DDB241 Tulip Tree

📋 copy color: '#DDB241'

red 221 ◦ green 178 ◦ blue 65

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

Shades of Tulip Tree #DDB241

Tints of Tulip Tree #DDB241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

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

R = 47.63%
G = 38.36%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDB241 (or 0xDDB241) is known color: Tulip Tree. HEX triplet: DD, B2 and 41. RGB value is (221,178,65). Sum of RGB (Red+Green+Blue) = 221+178+65=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB241 is #224DBE. Grayscale: #B2B2B2. Windows color (decimal): -2248127 or 4305629. OLE color: 4305629.

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

Color convert

RGB 221 178 65 -
CMYK 0 0.19 0.71 0.13
HSL 43.46º 0.7% 0.56% -
HSV(B) 43.46º 0.71% 0.87% -
XYZ 46.69 47.59 11.73 -
YUV 177.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 221 178 65 0 0.19 0.71 0.13 43.46 0.7 0.56
Hex DD B2 41 0 13 47 D 2B 46 38
Octal 335 262 101 0 23 107 15 53 106 70
Binary 11011101 10110010 1000001 0 10011 1000111 1101 101011 1000110 111000

Color Harmonies of #DDB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB241

Black with #DDB241

Text Example


Text Example

White with #DDB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB241; }

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

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

background-color css

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

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

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

border-color css

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

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

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