Html Css Color HEX #D6742A Tahiti Gold

📋 copy color: '#D6742A'

red 214 ◦ green 116 ◦ blue 42

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

Shades of Tahiti Gold #D6742A

Tints of Tahiti Gold #D6742A

RGB

 RED value IS 214 (83.98% from 255) = 57.53%

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

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

R = 57.53%
G = 31.18%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6742A (or 0xD6742A) is known color: Tahiti Gold. HEX triplet: D6, 74 and 2A. RGB value is (214,116,42). Sum of RGB (Red+Green+Blue) = 214+116+42=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6742A is #298BD5. Grayscale: #898989. Windows color (decimal): -2722774 or 2782422. OLE color: 2782422.

HSL color Cylindrical-coordinate representation of color #D6742A: hue angle of 25.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6742A is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 42 -
CMYK 0 0.46 0.80 0.16
HSL 25.81º 0.68% 0.5% -
HSV(B) 25.81º 0.8% 0.84% -
XYZ 34.39 26.95 5.58 -
YUV 136.87 74.47 183.02 -
System Red Green Blue C M Y K H S L
Decimal 214 116 42 0 0.46 0.80 0.16 25.81 0.68 0.5
Hex D6 74 2A 0 2E 50 10 1A 44 32
Octal 326 164 52 0 56 120 20 32 104 62
Binary 11010110 1110100 101010 0 101110 1010000 10000 11010 1000100 110010

Color Harmonies of #D6742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6742A

Black with #D6742A

Text Example


Text Example

White with #D6742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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