Html Css Color HEX #D7772D Tahiti Gold

📋 copy color: '#D7772D'

red 215 ◦ green 119 ◦ blue 45

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

Shades of Tahiti Gold #D7772D

Tints of Tahiti Gold #D7772D

RGB

 RED value IS 215 (84.38% from 255) = 56.73%

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

 BLUE value IS 45 (17.97% from 255) = 11.87%

R = 56.73%
G = 31.4%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7772D (or 0xD7772D) is known color: Tahiti Gold. HEX triplet: D7, 77 and 2D. RGB value is (215,119,45). Sum of RGB (Red+Green+Blue) = 215+119+45=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7772D is #2888D2. Grayscale: #8B8B8B. Windows color (decimal): -2656467 or 2979799. OLE color: 2979799.

HSL color Cylindrical-coordinate representation of color #D7772D: hue angle of 26.12º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7772D is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 119 45 -
CMYK 0 0.45 0.79 0.16
HSL 26.12º 0.68% 0.51% -
HSV(B) 26.12º 0.79% 0.84% -
XYZ 35.09 27.83 6 -
YUV 139.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 215 119 45 0 0.45 0.79 0.16 26.12 0.68 0.51
Hex D7 77 2D 0 2D 4F 10 1A 44 33
Octal 327 167 55 0 55 117 20 32 104 63
Binary 11010111 1110111 101101 0 101101 1001111 10000 11010 1000100 110011

Color Harmonies of #D7772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7772D

Black with #D7772D

Text Example


Text Example

White with #D7772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7772D; }

 p { color: rgb(215,119,45); }

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

background-color css

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

 a { background-color: rgb(215,119,45); }

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

border-color css

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

 span { border-color: rgb(215,119,45); }

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