Html Css Color HEX #DB762F Tahiti Gold

📋 copy color: '#DB762F'

red 219 ◦ green 118 ◦ blue 47

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

Shades of Tahiti Gold #DB762F

Tints of Tahiti Gold #DB762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.24%

R = 57.03%
G = 30.73%
B = 12.24%

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

#DB762F (or 0xDB762F) is known color: Tahiti Gold. HEX triplet: DB, 76 and 2F. RGB value is (219,118,47). Sum of RGB (Red+Green+Blue) = 219+118+47=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB762F is #2489D0. Grayscale: #8C8C8C. Windows color (decimal): -2394577 or 3110619. OLE color: 3110619.

HSL color Cylindrical-coordinate representation of color #DB762F: hue angle of 24.77º degrees, saturation: 0.7, 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 #DB762F is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 47 -
CMYK 0 0.46 0.79 0.14
HSL 24.77º 0.7% 0.52% -
HSV(B) 24.77º 0.79% 0.86% -
XYZ 36.2 28.22 6.23 -
YUV 140.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 219 118 47 0 0.46 0.79 0.14 24.77 0.7 0.52
Hex DB 76 2F 0 2E 4F E 19 46 34
Octal 333 166 57 0 56 117 16 31 106 64
Binary 11011011 1110110 101111 0 101110 1001111 1110 11001 1000110 110100

Color Harmonies of #DB762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB762F

Black with #DB762F

Text Example


Text Example

White with #DB762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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