Html Css Color HEX #DB6F26 Tahiti Gold

📋 copy color: '#DB6F26'

red 219 ◦ green 111 ◦ blue 38

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

Shades of Tahiti Gold #DB6F26

Tints of Tahiti Gold #DB6F26

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 38 (15.23% from 255) = 10.33%

R = 59.51%
G = 30.16%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB6F26 (or 0xDB6F26) is known color: Tahiti Gold. HEX triplet: DB, 6F and 26. RGB value is (219,111,38). Sum of RGB (Red+Green+Blue) = 219+111+38=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F26 is #2490D9. Grayscale: #878787. Windows color (decimal): -2396378 or 2519003. OLE color: 2519003.

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

Color convert

RGB 219 111 38 -
CMYK 0 0.49 0.83 0.14
HSL 24.2º 0.72% 0.5% -
HSV(B) 24.2º 0.83% 0.86% -
XYZ 35.25 26.57 5.1 -
YUV 134.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 219 111 38 0 0.49 0.83 0.14 24.2 0.72 0.5
Hex DB 6F 26 0 31 53 E 18 48 32
Octal 333 157 46 0 61 123 16 30 110 62
Binary 11011011 1101111 100110 0 110001 1010011 1110 11000 1001000 110010

Color Harmonies of #DB6F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F26

Black with #DB6F26

Text Example


Text Example

White with #DB6F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F26; }

 p { color: rgb(219,111,38); }

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

background-color css

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

 a { background-color: rgb(219,111,38); }

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

border-color css

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

 span { border-color: rgb(219,111,38); }

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