Html Css Color HEX #DBA43D Tulip Tree

📋 copy color: '#DBA43D'

red 219 ◦ green 164 ◦ blue 61

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

Shades of Tulip Tree #DBA43D

Tints of Tulip Tree #DBA43D

RGB

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

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

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

R = 49.32%
G = 36.94%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBA43D (or 0xDBA43D) is known color: Tulip Tree. HEX triplet: DB, A4 and 3D. RGB value is (219,164,61). Sum of RGB (Red+Green+Blue) = 219+164+61=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA43D is #245BC2. Grayscale: #A9A9A9. Windows color (decimal): -2382787 or 4039899. OLE color: 4039899.

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

Color convert

RGB 219 164 61 -
CMYK 0 0.25 0.72 0.14
HSL 39.11º 0.69% 0.55% -
HSV(B) 39.11º 0.72% 0.86% -
XYZ 43.33 41.95 10.23 -
YUV 168.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 219 164 61 0 0.25 0.72 0.14 39.11 0.69 0.55
Hex DB A4 3D 0 19 48 E 27 45 37
Octal 333 244 75 0 31 110 16 47 105 67
Binary 11011011 10100100 111101 0 11001 1001000 1110 100111 1000101 110111

Color Harmonies of #DBA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA43D

Black with #DBA43D

Text Example


Text Example

White with #DBA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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