Html Css Color HEX #DB7025 Tahiti Gold

📋 copy color: '#DB7025'

red 219 ◦ green 112 ◦ blue 37

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

Shades of Tahiti Gold #DB7025

Tints of Tahiti Gold #DB7025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

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

R = 59.51%
G = 30.43%
B = 10.05%

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

#DB7025 (or 0xDB7025) is known color: Tahiti Gold. HEX triplet: DB, 70 and 25. RGB value is (219,112,37). Sum of RGB (Red+Green+Blue) = 219+112+37=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7025 is #248FDA. Grayscale: #878787. Windows color (decimal): -2396123 or 2453723. OLE color: 2453723.

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

Color convert

RGB 219 112 37 -
CMYK 0 0.49 0.83 0.14
HSL 24.73º 0.72% 0.5% -
HSV(B) 24.73º 0.83% 0.86% -
XYZ 35.34 26.78 5.06 -
YUV 135.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 219 112 37 0 0.49 0.83 0.14 24.73 0.72 0.5
Hex DB 70 25 0 31 53 E 19 48 32
Octal 333 160 45 0 61 123 16 31 110 62
Binary 11011011 1110000 100101 0 110001 1010011 1110 11001 1001000 110010

Color Harmonies of #DB7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7025

Black with #DB7025

Text Example


Text Example

White with #DB7025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7025; }

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

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

background-color css

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

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

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

border-color css

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

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

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