Html Css Color HEX #DBA43C Tulip Tree

📋 copy color: '#DBA43C'

red 219 ◦ green 164 ◦ blue 60

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

Shades of Tulip Tree #DBA43C

Tints of Tulip Tree #DBA43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.54%

R = 49.44%
G = 37.02%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBA43C (or 0xDBA43C) is known color: Tulip Tree. HEX triplet: DB, A4 and 3C. RGB value is (219,164,60). Sum of RGB (Red+Green+Blue) = 219+164+60=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA43C is #245BC3. Grayscale: #A9A9A9. Windows color (decimal): -2382788 or 3974363. OLE color: 3974363.

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

Color convert

RGB 219 164 60 -
CMYK 0 0.25 0.73 0.14
HSL 39.25º 0.69% 0.55% -
HSV(B) 39.25º 0.73% 0.86% -
XYZ 43.3 41.94 10.09 -
YUV 168.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 219 164 60 0 0.25 0.73 0.14 39.25 0.69 0.55
Hex DB A4 3C 0 19 49 E 27 45 37
Octal 333 244 74 0 31 111 16 47 105 67
Binary 11011011 10100100 111100 0 11001 1001001 1110 100111 1000101 110111

Color Harmonies of #DBA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA43C

Black with #DBA43C

Text Example


Text Example

White with #DBA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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