Html Css Color HEX #DBB246 Tulip Tree

📋 copy color: '#DBB246'

red 219 ◦ green 178 ◦ blue 70

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

Shades of Tulip Tree #DBB246

Tints of Tulip Tree #DBB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.12%

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

R = 46.9%
G = 38.12%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB246 (or 0xDBB246) is known color: Tulip Tree. HEX triplet: DB, B2 and 46. RGB value is (219,178,70). Sum of RGB (Red+Green+Blue) = 219+178+70=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB246 is #244DB9. Grayscale: #B2B2B2. Windows color (decimal): -2379194 or 4633307. OLE color: 4633307.

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

Color convert

RGB 219 178 70 -
CMYK 0 0.19 0.68 0.14
HSL 43.49º 0.67% 0.57% -
HSV(B) 43.49º 0.68% 0.86% -
XYZ 46.24 47.34 12.5 -
YUV 177.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 219 178 70 0 0.19 0.68 0.14 43.49 0.67 0.57
Hex DB B2 46 0 13 44 E 2B 43 39
Octal 333 262 106 0 23 104 16 53 103 71
Binary 11011011 10110010 1000110 0 10011 1000100 1110 101011 1000011 111001

Color Harmonies of #DBB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB246

Black with #DBB246

Text Example


Text Example

White with #DBB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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