Html Css Color HEX #DBA133 Tulip Tree

📋 copy color: '#DBA133'

red 219 ◦ green 161 ◦ blue 51

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

Shades of Tulip Tree #DBA133

Tints of Tulip Tree #DBA133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.83%

R = 50.81%
G = 37.35%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBA133 (or 0xDBA133) is known color: Tulip Tree. HEX triplet: DB, A1 and 33. RGB value is (219,161,51). Sum of RGB (Red+Green+Blue) = 219+161+51=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA133 is #245ECC. Grayscale: #A6A6A6. Windows color (decimal): -2383565 or 3383771. OLE color: 3383771.

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

Color convert

RGB 219 161 51 -
CMYK 0 0.26 0.77 0.14
HSL 39.29º 0.7% 0.53% -
HSV(B) 39.29º 0.77% 0.86% -
XYZ 42.56 40.79 8.76 -
YUV 165.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 219 161 51 0 0.26 0.77 0.14 39.29 0.7 0.53
Hex DB A1 33 0 1A 4D E 27 46 35
Octal 333 241 63 0 32 115 16 47 106 65
Binary 11011011 10100001 110011 0 11010 1001101 1110 100111 1000110 110101

Color Harmonies of #DBA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA133

Black with #DBA133

Text Example


Text Example

White with #DBA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA133; }

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

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

background-color css

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

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

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

border-color css

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

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

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