Html Css Color HEX #DBA63C Tulip Tree

📋 copy color: '#DBA63C'

red 219 ◦ green 166 ◦ blue 60

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

Shades of Tulip Tree #DBA63C

Tints of Tulip Tree #DBA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

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

R = 49.21%
G = 37.3%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBA63C (or 0xDBA63C) is known color: Tulip Tree. HEX triplet: DB, A6 and 3C. RGB value is (219,166,60). Sum of RGB (Red+Green+Blue) = 219+166+60=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA63C is #2459C3. Grayscale: #AAAAAA. Windows color (decimal): -2382276 or 3974875. OLE color: 3974875.

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

Color convert

RGB 219 166 60 -
CMYK 0 0.24 0.73 0.14
HSL 40º 0.69% 0.55% -
HSV(B) 40º 0.73% 0.86% -
XYZ 43.67 42.66 10.21 -
YUV 169.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 219 166 60 0 0.24 0.73 0.14 40 0.69 0.55
Hex DB A6 3C 0 18 49 E 28 45 37
Octal 333 246 74 0 30 111 16 50 105 67
Binary 11011011 10100110 111100 0 11000 1001001 1110 101000 1000101 110111

Color Harmonies of #DBA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA63C

Black with #DBA63C

Text Example


Text Example

White with #DBA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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