Html Css Color HEX #DBA23B Tulip Tree

📋 copy color: '#DBA23B'

red 219 ◦ green 162 ◦ blue 59

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

Shades of Tulip Tree #DBA23B

Tints of Tulip Tree #DBA23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.41%

R = 49.77%
G = 36.82%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBA23B (or 0xDBA23B) is known color: Tulip Tree. HEX triplet: DB, A2 and 3B. RGB value is (219,162,59). Sum of RGB (Red+Green+Blue) = 219+162+59=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA23B is #245DC4. Grayscale: #A7A7A7. Windows color (decimal): -2383301 or 3908315. OLE color: 3908315.

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

Color convert

RGB 219 162 59 -
CMYK 0 0.26 0.73 0.14
HSL 38.63º 0.69% 0.55% -
HSV(B) 38.63º 0.73% 0.86% -
XYZ 42.92 41.22 9.83 -
YUV 167.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 219 162 59 0 0.26 0.73 0.14 38.63 0.69 0.55
Hex DB A2 3B 0 1A 49 E 27 45 37
Octal 333 242 73 0 32 111 16 47 105 67
Binary 11011011 10100010 111011 0 11010 1001001 1110 100111 1000101 110111

Color Harmonies of #DBA23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA23B

Black with #DBA23B

Text Example


Text Example

White with #DBA23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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