Html Css Color HEX #DBA943 Tulip Tree

📋 copy color: '#DBA943'

red 219 ◦ green 169 ◦ blue 67

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

Shades of Tulip Tree #DBA943

Tints of Tulip Tree #DBA943

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.14%

 BLUE value IS 67 (26.56% from 255) = 14.73%

R = 48.13%
G = 37.14%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBA943 (or 0xDBA943) is known color: Tulip Tree. HEX triplet: DB, A9 and 43. RGB value is (219,169,67). Sum of RGB (Red+Green+Blue) = 219+169+67=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA943 is #2456BC. Grayscale: #ACACAC. Windows color (decimal): -2381501 or 4434395. OLE color: 4434395.

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

Color convert

RGB 219 169 67 -
CMYK 0 0.23 0.69 0.14
HSL 40.26º 0.68% 0.56% -
HSV(B) 40.26º 0.69% 0.86% -
XYZ 44.41 43.84 11.43 -
YUV 172.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 219 169 67 0 0.23 0.69 0.14 40.26 0.68 0.56
Hex DB A9 43 0 17 45 E 28 44 38
Octal 333 251 103 0 27 105 16 50 104 70
Binary 11011011 10101001 1000011 0 10111 1000101 1110 101000 1000100 111000

Color Harmonies of #DBA943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA943

Black with #DBA943

Text Example


Text Example

White with #DBA943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA943; }

 p { color: rgb(219,169,67); }

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

background-color css

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

 a { background-color: rgb(219,169,67); }

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

border-color css

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

 span { border-color: rgb(219,169,67); }

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