Html Css Color HEX #D6772A Tahiti Gold

📋 copy color: '#D6772A'

red 214 ◦ green 119 ◦ blue 42

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

Shades of Tahiti Gold #D6772A

Tints of Tahiti Gold #D6772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 57.07%
G = 31.73%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6772A (or 0xD6772A) is known color: Tahiti Gold. HEX triplet: D6, 77 and 2A. RGB value is (214,119,42). Sum of RGB (Red+Green+Blue) = 214+119+42=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6772A is #2988D5. Grayscale: #8B8B8B. Windows color (decimal): -2722006 or 2783190. OLE color: 2783190.

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

Color convert

RGB 214 119 42 -
CMYK 0 0.44 0.80 0.16
HSL 26.86º 0.68% 0.5% -
HSV(B) 26.86º 0.8% 0.84% -
XYZ 34.75 27.66 5.7 -
YUV 138.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 214 119 42 0 0.44 0.80 0.16 26.86 0.68 0.5
Hex D6 77 2A 0 2C 50 10 1B 44 32
Octal 326 167 52 0 54 120 20 33 104 62
Binary 11010110 1110111 101010 0 101100 1010000 10000 11011 1000100 110010

Color Harmonies of #D6772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6772A

Black with #D6772A

Text Example


Text Example

White with #D6772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6772A; }

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

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

background-color css

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

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

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

border-color css

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

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

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