Html Css Color HEX #DB6C2B Tahiti Gold

📋 copy color: '#DB6C2B'

red 219 ◦ green 108 ◦ blue 43

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

Shades of Tahiti Gold #DB6C2B

Tints of Tahiti Gold #DB6C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 59.19%
G = 29.19%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB6C2B (or 0xDB6C2B) is known color: Tahiti Gold. HEX triplet: DB, 6C and 2B. RGB value is (219,108,43). Sum of RGB (Red+Green+Blue) = 219+108+43=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C2B is #2493D4. Grayscale: #868686. Windows color (decimal): -2397141 or 2845915. OLE color: 2845915.

HSL color Cylindrical-coordinate representation of color #DB6C2B: hue angle of 22.16º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB6C2B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 108 43 -
CMYK 0 0.51 0.80 0.14
HSL 22.16º 0.71% 0.51% -
HSV(B) 22.16º 0.8% 0.86% -
XYZ 35.01 25.96 5.45 -
YUV 133.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 219 108 43 0 0.51 0.80 0.14 22.16 0.71 0.51
Hex DB 6C 2B 0 33 50 E 16 47 33
Octal 333 154 53 0 63 120 16 26 107 63
Binary 11011011 1101100 101011 0 110011 1010000 1110 10110 1000111 110011

Color Harmonies of #DB6C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C2B

Black with #DB6C2B

Text Example


Text Example

White with #DB6C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C2B; }

 p { color: rgb(219,108,43); }

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

background-color css

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

 a { background-color: rgb(219,108,43); }

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

border-color css

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

 span { border-color: rgb(219,108,43); }

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