Html Css Color HEX #DB752F Tahiti Gold

📋 copy color: '#DB752F'

red 219 ◦ green 117 ◦ blue 47

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

Shades of Tahiti Gold #DB752F

Tints of Tahiti Gold #DB752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

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

R = 57.18%
G = 30.55%
B = 12.27%

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

#DB752F (or 0xDB752F) is known color: Tahiti Gold. HEX triplet: DB, 75 and 2F. RGB value is (219,117,47). Sum of RGB (Red+Green+Blue) = 219+117+47=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB752F is #248AD0. Grayscale: #8B8B8B. Windows color (decimal): -2394833 or 3110363. OLE color: 3110363.

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

Color convert

RGB 219 117 47 -
CMYK 0 0.47 0.79 0.14
HSL 24.42º 0.7% 0.52% -
HSV(B) 24.42º 0.79% 0.86% -
XYZ 36.09 27.99 6.19 -
YUV 139.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 219 117 47 0 0.47 0.79 0.14 24.42 0.7 0.52
Hex DB 75 2F 0 2F 4F E 18 46 34
Octal 333 165 57 0 57 117 16 30 106 64
Binary 11011011 1110101 101111 0 101111 1001111 1110 11000 1000110 110100

Color Harmonies of #DB752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB752F

Black with #DB752F

Text Example


Text Example

White with #DB752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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