Html Css Color HEX #DBB446 Tulip Tree

📋 copy color: '#DBB446'

red 219 ◦ green 180 ◦ blue 70

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

Shades of Tulip Tree #DBB446

Tints of Tulip Tree #DBB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

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

R = 46.7%
G = 38.38%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB446 (or 0xDBB446) is known color: Tulip Tree. HEX triplet: DB, B4 and 46. RGB value is (219,180,70). Sum of RGB (Red+Green+Blue) = 219+180+70=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB446 is #244BB9. Grayscale: #B3B3B3. Windows color (decimal): -2378682 or 4633819. OLE color: 4633819.

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

Color convert

RGB 219 180 70 -
CMYK 0 0.18 0.68 0.14
HSL 44.3º 0.67% 0.57% -
HSV(B) 44.3º 0.68% 0.86% -
XYZ 46.64 48.14 12.63 -
YUV 179.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 219 180 70 0 0.18 0.68 0.14 44.3 0.67 0.57
Hex DB B4 46 0 12 44 E 2C 43 39
Octal 333 264 106 0 22 104 16 54 103 71
Binary 11011011 10110100 1000110 0 10010 1000100 1110 101100 1000011 111001

Color Harmonies of #DBB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB446

Black with #DBB446

Text Example


Text Example

White with #DBB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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