Html Css Color HEX #D6752B Tahiti Gold

📋 copy color: '#D6752B'

red 214 ◦ green 117 ◦ blue 43

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

Shades of Tahiti Gold #D6752B

Tints of Tahiti Gold #D6752B

RGB

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

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

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

R = 57.22%
G = 31.28%
B = 11.5%

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

#D6752B (or 0xD6752B) is known color: Tahiti Gold. HEX triplet: D6, 75 and 2B. RGB value is (214,117,43). Sum of RGB (Red+Green+Blue) = 214+117+43=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6752B is #298AD4. Grayscale: #898989. Windows color (decimal): -2722517 or 2848214. OLE color: 2848214.

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

Color convert

RGB 214 117 43 -
CMYK 0 0.45 0.80 0.16
HSL 25.96º 0.68% 0.5% -
HSV(B) 25.96º 0.8% 0.84% -
XYZ 34.53 27.19 5.71 -
YUV 137.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 214 117 43 0 0.45 0.80 0.16 25.96 0.68 0.5
Hex D6 75 2B 0 2D 50 10 1A 44 32
Octal 326 165 53 0 55 120 20 32 104 62
Binary 11010110 1110101 101011 0 101101 1010000 10000 11010 1000100 110010

Color Harmonies of #D6752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6752B

Black with #D6752B

Text Example


Text Example

White with #D6752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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