Html Css Color HEX #DBA543 Tulip Tree

📋 copy color: '#DBA543'

red 219 ◦ green 165 ◦ blue 67

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

Shades of Tulip Tree #DBA543

Tints of Tulip Tree #DBA543

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.59%

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

R = 48.56%
G = 36.59%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBA543 (or 0xDBA543) is known color: Tulip Tree. HEX triplet: DB, A5 and 43. RGB value is (219,165,67). Sum of RGB (Red+Green+Blue) = 219+165+67=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA543 is #245ABC. Grayscale: #AAAAAA. Windows color (decimal): -2382525 or 4433371. OLE color: 4433371.

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

Color convert

RGB 219 165 67 -
CMYK 0 0.25 0.69 0.14
HSL 38.68º 0.68% 0.56% -
HSV(B) 38.68º 0.69% 0.86% -
XYZ 43.68 42.38 11.19 -
YUV 169.97 69.89 162.97 -
System Red Green Blue C M Y K H S L
Decimal 219 165 67 0 0.25 0.69 0.14 38.68 0.68 0.56
Hex DB A5 43 0 19 45 E 27 44 38
Octal 333 245 103 0 31 105 16 47 104 70
Binary 11011011 10100101 1000011 0 11001 1000101 1110 100111 1000100 111000

Color Harmonies of #DBA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA543

Black with #DBA543

Text Example


Text Example

White with #DBA543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA543; }

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

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

background-color css

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

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

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

border-color css

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

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

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