Html Css Color HEX #D6752A Tahiti Gold

📋 copy color: '#D6752A'

red 214 ◦ green 117 ◦ blue 42

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

Shades of Tahiti Gold #D6752A

Tints of Tahiti Gold #D6752A

RGB

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

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

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

R = 57.37%
G = 31.37%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6752A (or 0xD6752A) is known color: Tahiti Gold. HEX triplet: D6, 75 and 2A. RGB value is (214,117,42). Sum of RGB (Red+Green+Blue) = 214+117+42=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6752A is #298AD5. Grayscale: #898989. Windows color (decimal): -2722518 or 2782678. OLE color: 2782678.

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

Color convert

RGB 214 117 42 -
CMYK 0 0.45 0.80 0.16
HSL 26.16º 0.68% 0.5% -
HSV(B) 26.16º 0.8% 0.84% -
XYZ 34.51 27.19 5.62 -
YUV 137.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 214 117 42 0 0.45 0.80 0.16 26.16 0.68 0.5
Hex D6 75 2A 0 2D 50 10 1A 44 32
Octal 326 165 52 0 55 120 20 32 104 62
Binary 11010110 1110101 101010 0 101101 1010000 10000 11010 1000100 110010

Color Harmonies of #D6752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6752A

Black with #D6752A

Text Example


Text Example

White with #D6752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6752A; }

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

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

background-color css

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

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

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

border-color css

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

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

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