Html Css Color HEX #D4762C Tahiti Gold

📋 copy color: '#D4762C'

red 212 ◦ green 118 ◦ blue 44

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

Shades of Tahiti Gold #D4762C

Tints of Tahiti Gold #D4762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

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

R = 56.68%
G = 31.55%
B = 11.76%

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

#D4762C (or 0xD4762C) is known color: Tahiti Gold. HEX triplet: D4, 76 and 2C. RGB value is (212,118,44). Sum of RGB (Red+Green+Blue) = 212+118+44=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4762C is #2B89D3. Grayscale: #8A8A8A. Windows color (decimal): -2853332 or 2914004. OLE color: 2914004.

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

Color convert

RGB 212 118 44 -
CMYK 0 0.44 0.79 0.17
HSL 26.43º 0.66% 0.5% -
HSV(B) 26.43º 0.79% 0.83% -
XYZ 34.08 27.14 5.82 -
YUV 137.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 212 118 44 0 0.44 0.79 0.17 26.43 0.66 0.5
Hex D4 76 2C 0 2C 4F 11 1A 42 32
Octal 324 166 54 0 54 117 21 32 102 62
Binary 11010100 1110110 101100 0 101100 1001111 10001 11010 1000010 110010

Color Harmonies of #D4762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4762C

Black with #D4762C

Text Example


Text Example

White with #D4762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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