Html Css Color HEX #DB732F Tahiti Gold

📋 copy color: '#DB732F'

red 219 ◦ green 115 ◦ blue 47

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

Shades of Tahiti Gold #DB732F

Tints of Tahiti Gold #DB732F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 57.48%
G = 30.18%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB732F (or 0xDB732F) is known color: Tahiti Gold. HEX triplet: DB, 73 and 2F. RGB value is (219,115,47). Sum of RGB (Red+Green+Blue) = 219+115+47=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB732F is #248CD0. Grayscale: #8A8A8A. Windows color (decimal): -2395345 or 3109851. OLE color: 3109851.

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

Color convert

RGB 219 115 47 -
CMYK 0 0.47 0.79 0.14
HSL 23.72º 0.7% 0.52% -
HSV(B) 23.72º 0.79% 0.86% -
XYZ 35.86 27.53 6.11 -
YUV 138.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 219 115 47 0 0.47 0.79 0.14 23.72 0.7 0.52
Hex DB 73 2F 0 2F 4F E 18 46 34
Octal 333 163 57 0 57 117 16 30 106 64
Binary 11011011 1110011 101111 0 101111 1001111 1110 11000 1000110 110100

Color Harmonies of #DB732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB732F

Black with #DB732F

Text Example


Text Example

White with #DB732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB732F; }

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

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

background-color css

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

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

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

border-color css

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

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

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