Html Css Color HEX #DDB146 Tulip Tree

📋 copy color: '#DDB146'

red 221 ◦ green 177 ◦ blue 70

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

Shades of Tulip Tree #DDB146

Tints of Tulip Tree #DDB146

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

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

R = 47.22%
G = 37.82%
B = 14.96%

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

#DDB146 (or 0xDDB146) is known color: Tulip Tree. HEX triplet: DD, B1 and 46. RGB value is (221,177,70). Sum of RGB (Red+Green+Blue) = 221+177+70=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB146 is #224EB9. Grayscale: #B2B2B2. Windows color (decimal): -2248378 or 4633053. OLE color: 4633053.

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

Color convert

RGB 221 177 70 -
CMYK 0 0.20 0.68 0.13
HSL 42.52º 0.69% 0.57% -
HSV(B) 42.52º 0.68% 0.87% -
XYZ 46.65 47.26 12.46 -
YUV 177.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 221 177 70 0 0.20 0.68 0.13 42.52 0.69 0.57
Hex DD B1 46 0 14 44 D 2B 45 39
Octal 335 261 106 0 24 104 15 53 105 71
Binary 11011101 10110001 1000110 0 10100 1000100 1101 101011 1000101 111001

Color Harmonies of #DDB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB146

Black with #DDB146

Text Example


Text Example

White with #DDB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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