Html Css Color HEX #DBB646 Tulip Tree

📋 copy color: '#DBB646'

red 219 ◦ green 182 ◦ blue 70

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

Shades of Tulip Tree #DBB646

Tints of Tulip Tree #DBB646

RGB

 RED value IS 219 (85.94% from 255) = 46.5%

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 46.5%
G = 38.64%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB646 (or 0xDBB646) is known color: Tulip Tree. HEX triplet: DB, B6 and 46. RGB value is (219,182,70). Sum of RGB (Red+Green+Blue) = 219+182+70=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB646 is #2449B9. Grayscale: #B4B4B4. Windows color (decimal): -2378170 or 4634331. OLE color: 4634331.

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

Color convert

RGB 219 182 70 -
CMYK 0 0.17 0.68 0.14
HSL 45.1º 0.67% 0.57% -
HSV(B) 45.1º 0.68% 0.86% -
XYZ 47.05 48.96 12.76 -
YUV 180.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 219 182 70 0 0.17 0.68 0.14 45.1 0.67 0.57
Hex DB B6 46 0 11 44 E 2D 43 39
Octal 333 266 106 0 21 104 16 55 103 71
Binary 11011011 10110110 1000110 0 10001 1000100 1110 101101 1000011 111001

Color Harmonies of #DBB646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB646

Black with #DBB646

Text Example


Text Example

White with #DBB646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB646; }

 p { color: rgb(219,182,70); }

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

background-color css

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

 a { background-color: rgb(219,182,70); }

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

border-color css

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

 span { border-color: rgb(219,182,70); }

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