Html Css Color HEX #DBB043 Tulip Tree

📋 copy color: '#DBB043'

red 219 ◦ green 176 ◦ blue 67

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

Shades of Tulip Tree #DBB043

Tints of Tulip Tree #DBB043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.5%

R = 47.4%
G = 38.1%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBB043 (or 0xDBB043) is known color: Tulip Tree. HEX triplet: DB, B0 and 43. RGB value is (219,176,67). Sum of RGB (Red+Green+Blue) = 219+176+67=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB043 is #244FBC. Grayscale: #B0B0B0. Windows color (decimal): -2379709 or 4436187. OLE color: 4436187.

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

Color convert

RGB 219 176 67 -
CMYK 0 0.20 0.69 0.14
HSL 43.03º 0.68% 0.56% -
HSV(B) 43.03º 0.69% 0.86% -
XYZ 45.75 46.52 11.88 -
YUV 176.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 219 176 67 0 0.20 0.69 0.14 43.03 0.68 0.56
Hex DB B0 43 0 14 45 E 2B 44 38
Octal 333 260 103 0 24 105 16 53 104 70
Binary 11011011 10110000 1000011 0 10100 1000101 1110 101011 1000100 111000

Color Harmonies of #DBB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB043

Black with #DBB043

Text Example


Text Example

White with #DBB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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