Html Css Color HEX #DDB946 Tulip Tree

📋 copy color: '#DDB946'

red 221 ◦ green 185 ◦ blue 70

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

Shades of Tulip Tree #DDB946

Tints of Tulip Tree #DDB946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

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

R = 46.43%
G = 38.87%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB946 (or 0xDDB946) is known color: Tulip Tree. HEX triplet: DD, B9 and 46. RGB value is (221,185,70). Sum of RGB (Red+Green+Blue) = 221+185+70=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB946 is #2246B9. Grayscale: #B7B7B7. Windows color (decimal): -2246330 or 4635101. OLE color: 4635101.

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

Color convert

RGB 221 185 70 -
CMYK 0 0.16 0.68 0.13
HSL 45.7º 0.69% 0.57% -
HSV(B) 45.7º 0.68% 0.87% -
XYZ 48.27 50.51 13 -
YUV 182.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 221 185 70 0 0.16 0.68 0.13 45.7 0.69 0.57
Hex DD B9 46 0 10 44 D 2E 45 39
Octal 335 271 106 0 20 104 15 56 105 71
Binary 11011101 10111001 1000110 0 10000 1000100 1101 101110 1000101 111001

Color Harmonies of #DDB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB946

Black with #DDB946

Text Example


Text Example

White with #DDB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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