Html Css Color HEX #DB742A Tahiti Gold

📋 copy color: '#DB742A'

red 219 ◦ green 116 ◦ blue 42

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

Shades of Tahiti Gold #DB742A

Tints of Tahiti Gold #DB742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 58.09%
G = 30.77%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB742A (or 0xDB742A) is known color: Tahiti Gold. HEX triplet: DB, 74 and 2A. RGB value is (219,116,42). Sum of RGB (Red+Green+Blue) = 219+116+42=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB742A is #248BD5. Grayscale: #8A8A8A. Windows color (decimal): -2395094 or 2782427. OLE color: 2782427.

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

Color convert

RGB 219 116 42 -
CMYK 0 0.47 0.81 0.14
HSL 25.08º 0.71% 0.51% -
HSV(B) 25.08º 0.81% 0.86% -
XYZ 35.88 27.72 5.65 -
YUV 138.36 73.62 185.52 -
System Red Green Blue C M Y K H S L
Decimal 219 116 42 0 0.47 0.81 0.14 25.08 0.71 0.51
Hex DB 74 2A 0 2F 51 E 19 47 33
Octal 333 164 52 0 57 121 16 31 107 63
Binary 11011011 1110100 101010 0 101111 1010001 1110 11001 1000111 110011

Color Harmonies of #DB742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB742A

Black with #DB742A

Text Example


Text Example

White with #DB742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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