Html Css Color HEX #D4772C Tahiti Gold

📋 copy color: '#D4772C'

red 212 ◦ green 119 ◦ blue 44

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

Shades of Tahiti Gold #D4772C

Tints of Tahiti Gold #D4772C

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 56.53%
G = 31.73%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4772C (or 0xD4772C) is known color: Tahiti Gold. HEX triplet: D4, 77 and 2C. RGB value is (212,119,44). Sum of RGB (Red+Green+Blue) = 212+119+44=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4772C is #2B88D3. Grayscale: #8A8A8A. Windows color (decimal): -2853076 or 2914260. OLE color: 2914260.

HSL color Cylindrical-coordinate representation of color #D4772C: hue angle of 26.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4772C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 44 -
CMYK 0 0.44 0.79 0.17
HSL 26.79º 0.66% 0.5% -
HSV(B) 26.79º 0.79% 0.83% -
XYZ 34.2 27.37 5.86 -
YUV 138.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 212 119 44 0 0.44 0.79 0.17 26.79 0.66 0.5
Hex D4 77 2C 0 2C 4F 11 1B 42 32
Octal 324 167 54 0 54 117 21 33 102 62
Binary 11010100 1110111 101100 0 101100 1001111 10001 11011 1000010 110010

Color Harmonies of #D4772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4772C

Black with #D4772C

Text Example


Text Example

White with #D4772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4772C; }

 p { color: rgb(212,119,44); }

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

background-color css

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

 a { background-color: rgb(212,119,44); }

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

border-color css

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

 span { border-color: rgb(212,119,44); }

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