Html Css Color HEX #DBAD3D Tulip Tree

📋 copy color: '#DBAD3D'

red 219 ◦ green 173 ◦ blue 61

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

Shades of Tulip Tree #DBAD3D

Tints of Tulip Tree #DBAD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.19%

 BLUE value IS 61 (24.22% from 255) = 13.47%

R = 48.34%
G = 38.19%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBAD3D (or 0xDBAD3D) is known color: Tulip Tree. HEX triplet: DB, AD and 3D. RGB value is (219,173,61). Sum of RGB (Red+Green+Blue) = 219+173+61=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD3D is #2452C2. Grayscale: #AEAEAE. Windows color (decimal): -2380483 or 4042203. OLE color: 4042203.

HSL color Cylindrical-coordinate representation of color #DBAD3D: hue angle of 42.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBAD3D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 61 -
CMYK 0 0.21 0.72 0.14
HSL 42.53º 0.69% 0.55% -
HSV(B) 42.53º 0.72% 0.86% -
XYZ 45 45.28 10.78 -
YUV 173.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 219 173 61 0 0.21 0.72 0.14 42.53 0.69 0.55
Hex DB AD 3D 0 15 48 E 2B 45 37
Octal 333 255 75 0 25 110 16 53 105 67
Binary 11011011 10101101 111101 0 10101 1001000 1110 101011 1000101 110111

Color Harmonies of #DBAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD3D

Black with #DBAD3D

Text Example


Text Example

White with #DBAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD3D; }

 p { color: rgb(219,173,61); }

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

background-color css

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

 a { background-color: rgb(219,173,61); }

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

border-color css

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

 span { border-color: rgb(219,173,61); }

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