Html Css Color HEX #DBA442 Tulip Tree

📋 copy color: '#DBA442'

red 219 ◦ green 164 ◦ blue 66

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

Shades of Tulip Tree #DBA442

Tints of Tulip Tree #DBA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

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

R = 48.78%
G = 36.53%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBA442 (or 0xDBA442) is known color: Tulip Tree. HEX triplet: DB, A4 and 42. RGB value is (219,164,66). Sum of RGB (Red+Green+Blue) = 219+164+66=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA442 is #245BBD. Grayscale: #A9A9A9. Windows color (decimal): -2382782 or 4367579. OLE color: 4367579.

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

Color convert

RGB 219 164 66 -
CMYK 0 0.25 0.70 0.14
HSL 38.43º 0.68% 0.56% -
HSV(B) 38.43º 0.7% 0.86% -
XYZ 43.47 42 10.97 -
YUV 169.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 219 164 66 0 0.25 0.70 0.14 38.43 0.68 0.56
Hex DB A4 42 0 19 46 E 26 44 38
Octal 333 244 102 0 31 106 16 46 104 70
Binary 11011011 10100100 1000010 0 11001 1000110 1110 100110 1000100 111000

Color Harmonies of #DBA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA442

Black with #DBA442

Text Example


Text Example

White with #DBA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA442; }

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

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

background-color css

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

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

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

border-color css

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

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

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