Html Css Color HEX #DDB047 Tulip Tree

📋 copy color: '#DDB047'

red 221 ◦ green 176 ◦ blue 71

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

Shades of Tulip Tree #DDB047

Tints of Tulip Tree #DDB047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.17%

R = 47.22%
G = 37.61%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB047 (or 0xDDB047) is known color: Tulip Tree. HEX triplet: DD, B0 and 47. RGB value is (221,176,71). Sum of RGB (Red+Green+Blue) = 221+176+71=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB047 is #224FB8. Grayscale: #B1B1B1. Windows color (decimal): -2248633 or 4698333. OLE color: 4698333.

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

Color convert

RGB 221 176 71 -
CMYK 0 0.20 0.68 0.13
HSL 42º 0.69% 0.57% -
HSV(B) 42º 0.68% 0.87% -
XYZ 46.48 46.88 12.56 -
YUV 177.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 221 176 71 0 0.20 0.68 0.13 42 0.69 0.57
Hex DD B0 47 0 14 44 D 2A 45 39
Octal 335 260 107 0 24 104 15 52 105 71
Binary 11011101 10110000 1000111 0 10100 1000100 1101 101010 1000101 111001

Color Harmonies of #DDB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB047

Black with #DDB047

Text Example


Text Example

White with #DDB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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