Html Css Color HEX #D5742B Tahiti Gold

📋 copy color: '#D5742B'

red 213 ◦ green 116 ◦ blue 43

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

Shades of Tahiti Gold #D5742B

Tints of Tahiti Gold #D5742B

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

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

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

R = 57.26%
G = 31.18%
B = 11.56%

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

#D5742B (or 0xD5742B) is known color: Tahiti Gold. HEX triplet: D5, 74 and 2B. RGB value is (213,116,43). Sum of RGB (Red+Green+Blue) = 213+116+43=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5742B is #2A8BD4. Grayscale: #898989. Windows color (decimal): -2788309 or 2847957. OLE color: 2847957.

HSL color Cylindrical-coordinate representation of color #D5742B: hue angle of 25.76º degrees, saturation: 0.67, 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 #D5742B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 43 -
CMYK 0 0.46 0.80 0.16
HSL 25.76º 0.67% 0.5% -
HSV(B) 25.76º 0.8% 0.84% -
XYZ 34.12 26.81 5.66 -
YUV 136.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 213 116 43 0 0.46 0.80 0.16 25.76 0.67 0.5
Hex D5 74 2B 0 2E 50 10 1A 43 32
Octal 325 164 53 0 56 120 20 32 103 62
Binary 11010101 1110100 101011 0 101110 1010000 10000 11010 1000011 110010

Color Harmonies of #D5742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5742B

Black with #D5742B

Text Example


Text Example

White with #D5742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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