Html Css Color HEX #DB7825 Tahiti Gold

📋 copy color: '#DB7825'

red 219 ◦ green 120 ◦ blue 37

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

Shades of Tahiti Gold #DB7825

Tints of Tahiti Gold #DB7825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 58.24%
G = 31.91%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB7825 (or 0xDB7825) is known color: Tahiti Gold. HEX triplet: DB, 78 and 25. RGB value is (219,120,37). Sum of RGB (Red+Green+Blue) = 219+120+37=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7825 is #2487DA. Grayscale: #8C8C8C. Windows color (decimal): -2394075 or 2455771. OLE color: 2455771.

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

Color convert

RGB 219 120 37 -
CMYK 0 0.45 0.83 0.14
HSL 27.36º 0.72% 0.5% -
HSV(B) 27.36º 0.83% 0.86% -
XYZ 36.26 28.63 5.36 -
YUV 140.14 69.8 184.25 -
System Red Green Blue C M Y K H S L
Decimal 219 120 37 0 0.45 0.83 0.14 27.36 0.72 0.5
Hex DB 78 25 0 2D 53 E 1B 48 32
Octal 333 170 45 0 55 123 16 33 110 62
Binary 11011011 1111000 100101 0 101101 1010011 1110 11011 1001000 110010

Color Harmonies of #DB7825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7825

Black with #DB7825

Text Example


Text Example

White with #DB7825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7825; }

 p { color: rgb(219,120,37); }

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

background-color css

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

 a { background-color: rgb(219,120,37); }

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

border-color css

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

 span { border-color: rgb(219,120,37); }

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