Html Css Color HEX #DBB03E Tulip Tree

📋 copy color: '#DBB03E'

red 219 ◦ green 176 ◦ blue 62

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

Shades of Tulip Tree #DBB03E

Tints of Tulip Tree #DBB03E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 47.92%
G = 38.51%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBB03E (or 0xDBB03E) is known color: Tulip Tree. HEX triplet: DB, B0 and 3E. RGB value is (219,176,62). Sum of RGB (Red+Green+Blue) = 219+176+62=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB03E is #244FC1. Grayscale: #B0B0B0. Windows color (decimal): -2379714 or 4108507. OLE color: 4108507.

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

Color convert

RGB 219 176 62 -
CMYK 0 0.20 0.72 0.14
HSL 43.57º 0.69% 0.55% -
HSV(B) 43.57º 0.72% 0.86% -
XYZ 45.61 46.46 11.12 -
YUV 175.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 219 176 62 0 0.20 0.72 0.14 43.57 0.69 0.55
Hex DB B0 3E 0 14 48 E 2C 45 37
Octal 333 260 76 0 24 110 16 54 105 67
Binary 11011011 10110000 111110 0 10100 1001000 1110 101100 1000101 110111

Color Harmonies of #DBB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB03E

Black with #DBB03E

Text Example


Text Example

White with #DBB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB03E; }

 p { color: rgb(219,176,62); }

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

background-color css

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

 a { background-color: rgb(219,176,62); }

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

border-color css

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

 span { border-color: rgb(219,176,62); }

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