Html Css Color HEX #DBA842 Tulip Tree

📋 copy color: '#DBA842'

red 219 ◦ green 168 ◦ blue 66

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

Shades of Tulip Tree #DBA842

Tints of Tulip Tree #DBA842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

 BLUE value IS 66 (26.17% from 255) = 14.57%

R = 48.34%
G = 37.09%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBA842 (or 0xDBA842) is known color: Tulip Tree. HEX triplet: DB, A8 and 42. RGB value is (219,168,66). Sum of RGB (Red+Green+Blue) = 219+168+66=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA842 is #2457BD. Grayscale: #ACACAC. Windows color (decimal): -2381758 or 4368603. OLE color: 4368603.

HSL color Cylindrical-coordinate representation of color #DBA842: hue angle of 40º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBA842 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 66 -
CMYK 0 0.23 0.70 0.14
HSL 40º 0.68% 0.56% -
HSV(B) 40º 0.7% 0.86% -
XYZ 44.2 43.46 11.21 -
YUV 171.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 219 168 66 0 0.23 0.70 0.14 40 0.68 0.56
Hex DB A8 42 0 17 46 E 28 44 38
Octal 333 250 102 0 27 106 16 50 104 70
Binary 11011011 10101000 1000010 0 10111 1000110 1110 101000 1000100 111000

Color Harmonies of #DBA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA842

Black with #DBA842

Text Example


Text Example

White with #DBA842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA842; }

 p { color: rgb(219,168,66); }

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

background-color css

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

 a { background-color: rgb(219,168,66); }

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

border-color css

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

 span { border-color: rgb(219,168,66); }

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