Html Css Color HEX #DBA135 Tulip Tree

📋 copy color: '#DBA135'

red 219 ◦ green 161 ◦ blue 53

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

Shades of Tulip Tree #DBA135

Tints of Tulip Tree #DBA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

 BLUE value IS 53 (21.09% from 255) = 12.24%

R = 50.58%
G = 37.18%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBA135 (or 0xDBA135) is known color: Tulip Tree. HEX triplet: DB, A1 and 35. RGB value is (219,161,53). Sum of RGB (Red+Green+Blue) = 219+161+53=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA135 is #245ECA. Grayscale: #A6A6A6. Windows color (decimal): -2383563 or 3514843. OLE color: 3514843.

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

Color convert

RGB 219 161 53 -
CMYK 0 0.26 0.76 0.14
HSL 39.04º 0.7% 0.53% -
HSV(B) 39.04º 0.76% 0.86% -
XYZ 42.6 40.81 9 -
YUV 166.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 219 161 53 0 0.26 0.76 0.14 39.04 0.7 0.53
Hex DB A1 35 0 1A 4C E 27 46 35
Octal 333 241 65 0 32 114 16 47 106 65
Binary 11011011 10100001 110101 0 11010 1001100 1110 100111 1000110 110101

Color Harmonies of #DBA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA135

Black with #DBA135

Text Example


Text Example

White with #DBA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA135; }

 p { color: rgb(219,161,53); }

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

background-color css

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

 a { background-color: rgb(219,161,53); }

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

border-color css

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

 span { border-color: rgb(219,161,53); }

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