Html Css Color HEX #DB742B Tahiti Gold

📋 copy color: '#DB742B'

red 219 ◦ green 116 ◦ blue 43

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

Shades of Tahiti Gold #DB742B

Tints of Tahiti Gold #DB742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 57.94%
G = 30.69%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB742B (or 0xDB742B) is known color: Tahiti Gold. HEX triplet: DB, 74 and 2B. RGB value is (219,116,43). Sum of RGB (Red+Green+Blue) = 219+116+43=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB742B is #248BD4. Grayscale: #8A8A8A. Windows color (decimal): -2395093 or 2847963. OLE color: 2847963.

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

Color convert

RGB 219 116 43 -
CMYK 0 0.47 0.80 0.14
HSL 24.89º 0.71% 0.51% -
HSV(B) 24.89º 0.8% 0.86% -
XYZ 35.89 27.73 5.75 -
YUV 138.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 219 116 43 0 0.47 0.80 0.14 24.89 0.71 0.51
Hex DB 74 2B 0 2F 50 E 19 47 33
Octal 333 164 53 0 57 120 16 31 107 63
Binary 11011011 1110100 101011 0 101111 1010000 1110 11001 1000111 110011

Color Harmonies of #DB742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB742B

Black with #DB742B

Text Example


Text Example

White with #DB742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB742B; }

 p { color: rgb(219,116,43); }

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

background-color css

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

 a { background-color: rgb(219,116,43); }

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

border-color css

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

 span { border-color: rgb(219,116,43); }

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