Html Css Color HEX #DBA33D Tulip Tree

📋 copy color: '#DBA33D'

red 219 ◦ green 163 ◦ blue 61

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

Shades of Tulip Tree #DBA33D

Tints of Tulip Tree #DBA33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.79%

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 49.44%
G = 36.79%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBA33D (or 0xDBA33D) is known color: Tulip Tree. HEX triplet: DB, A3 and 3D. RGB value is (219,163,61). Sum of RGB (Red+Green+Blue) = 219+163+61=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA33D is #245CC2. Grayscale: #A8A8A8. Windows color (decimal): -2383043 or 4039643. OLE color: 4039643.

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

Color convert

RGB 219 163 61 -
CMYK 0 0.26 0.72 0.14
HSL 38.73º 0.69% 0.55% -
HSV(B) 38.73º 0.72% 0.86% -
XYZ 43.15 41.59 10.17 -
YUV 168.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 219 163 61 0 0.26 0.72 0.14 38.73 0.69 0.55
Hex DB A3 3D 0 1A 48 E 27 45 37
Octal 333 243 75 0 32 110 16 47 105 67
Binary 11011011 10100011 111101 0 11010 1001000 1110 100111 1000101 110111

Color Harmonies of #DBA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA33D

Black with #DBA33D

Text Example


Text Example

White with #DBA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA33D; }

 p { color: rgb(219,163,61); }

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

background-color css

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

 a { background-color: rgb(219,163,61); }

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

border-color css

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

 span { border-color: rgb(219,163,61); }

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