Html Css Color HEX #DDB846 Tulip Tree

📋 copy color: '#DDB846'

red 221 ◦ green 184 ◦ blue 70

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

Shades of Tulip Tree #DDB846

Tints of Tulip Tree #DDB846

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 46.53%
G = 38.74%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB846 (or 0xDDB846) is known color: Tulip Tree. HEX triplet: DD, B8 and 46. RGB value is (221,184,70). Sum of RGB (Red+Green+Blue) = 221+184+70=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB846 is #2247B9. Grayscale: #B6B6B6. Windows color (decimal): -2246586 or 4634845. OLE color: 4634845.

HSL color Cylindrical-coordinate representation of color #DDB846: hue angle of 45.3º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDB846 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 70 -
CMYK 0 0.17 0.68 0.13
HSL 45.3º 0.69% 0.57% -
HSV(B) 45.3º 0.68% 0.87% -
XYZ 48.06 50.1 12.93 -
YUV 182.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 221 184 70 0 0.17 0.68 0.13 45.3 0.69 0.57
Hex DD B8 46 0 11 44 D 2D 45 39
Octal 335 270 106 0 21 104 15 55 105 71
Binary 11011101 10111000 1000110 0 10001 1000100 1101 101101 1000101 111001

Color Harmonies of #DDB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB846

Black with #DDB846

Text Example


Text Example

White with #DDB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB846; }

 p { color: rgb(221,184,70); }

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

background-color css

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

 a { background-color: rgb(221,184,70); }

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

border-color css

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

 span { border-color: rgb(221,184,70); }

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