Html Css Color HEX #DBA23F Tulip Tree

📋 copy color: '#DBA23F'

red 219 ◦ green 162 ◦ blue 63

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

Shades of Tulip Tree #DBA23F

Tints of Tulip Tree #DBA23F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

 BLUE value IS 63 (25% from 255) = 14.19%

R = 49.32%
G = 36.49%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBA23F (or 0xDBA23F) is known color: Tulip Tree. HEX triplet: DB, A2 and 3F. RGB value is (219,162,63). Sum of RGB (Red+Green+Blue) = 219+162+63=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA23F is #245DC0. Grayscale: #A8A8A8. Windows color (decimal): -2383297 or 4170459. OLE color: 4170459.

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

Color convert

RGB 219 162 63 -
CMYK 0 0.26 0.71 0.14
HSL 38.08º 0.68% 0.55% -
HSV(B) 38.08º 0.71% 0.86% -
XYZ 43.03 41.26 10.4 -
YUV 167.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 219 162 63 0 0.26 0.71 0.14 38.08 0.68 0.55
Hex DB A2 3F 0 1A 47 E 26 44 37
Octal 333 242 77 0 32 107 16 46 104 67
Binary 11011011 10100010 111111 0 11010 1000111 1110 100110 1000100 110111

Color Harmonies of #DBA23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA23F

Black with #DBA23F

Text Example


Text Example

White with #DBA23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA23F; }

 p { color: rgb(219,162,63); }

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

background-color css

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

 a { background-color: rgb(219,162,63); }

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

border-color css

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

 span { border-color: rgb(219,162,63); }

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