Html Css Color HEX #DB762E Tahiti Gold

📋 copy color: '#DB762E'

red 219 ◦ green 118 ◦ blue 46

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

Shades of Tahiti Gold #DB762E

Tints of Tahiti Gold #DB762E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 57.18%
G = 30.81%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB762E (or 0xDB762E) is known color: Tahiti Gold. HEX triplet: DB, 76 and 2E. RGB value is (219,118,46). Sum of RGB (Red+Green+Blue) = 219+118+46=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB762E is #2489D1. Grayscale: #8C8C8C. Windows color (decimal): -2394578 or 3045083. OLE color: 3045083.

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

Color convert

RGB 219 118 46 -
CMYK 0 0.46 0.79 0.14
HSL 24.97º 0.71% 0.52% -
HSV(B) 24.97º 0.79% 0.86% -
XYZ 36.18 28.21 6.12 -
YUV 139.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 219 118 46 0 0.46 0.79 0.14 24.97 0.71 0.52
Hex DB 76 2E 0 2E 4F E 19 47 34
Octal 333 166 56 0 56 117 16 31 107 64
Binary 11011011 1110110 101110 0 101110 1001111 1110 11001 1000111 110100

Color Harmonies of #DB762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB762E

Black with #DB762E

Text Example


Text Example

White with #DB762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB762E; }

 p { color: rgb(219,118,46); }

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

background-color css

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

 a { background-color: rgb(219,118,46); }

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

border-color css

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

 span { border-color: rgb(219,118,46); }

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