Html Css Color HEX #DB762C Tahiti Gold

📋 copy color: '#DB762C'

red 219 ◦ green 118 ◦ blue 44

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

Shades of Tahiti Gold #DB762C

Tints of Tahiti Gold #DB762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.55%

R = 57.48%
G = 30.97%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB762C (or 0xDB762C) is known color: Tahiti Gold. HEX triplet: DB, 76 and 2C. RGB value is (219,118,44). Sum of RGB (Red+Green+Blue) = 219+118+44=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB762C is #2489D3. Grayscale: #8C8C8C. Windows color (decimal): -2394580 or 2914011. OLE color: 2914011.

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

Color convert

RGB 219 118 44 -
CMYK 0 0.46 0.80 0.14
HSL 25.37º 0.71% 0.52% -
HSV(B) 25.37º 0.8% 0.86% -
XYZ 36.15 28.2 5.92 -
YUV 139.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 219 118 44 0 0.46 0.80 0.14 25.37 0.71 0.52
Hex DB 76 2C 0 2E 50 E 19 47 34
Octal 333 166 54 0 56 120 16 31 107 64
Binary 11011011 1110110 101100 0 101110 1010000 1110 11001 1000111 110100

Color Harmonies of #DB762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB762C

Black with #DB762C

Text Example


Text Example

White with #DB762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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