Html Css Color HEX #DC762E Tahiti Gold

📋 copy color: '#DC762E'

red 220 ◦ green 118 ◦ blue 46

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

Shades of Tahiti Gold #DC762E

Tints of Tahiti Gold #DC762E

RGB

 RED value IS 220 (86.33% from 255) = 57.29%

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

 BLUE value IS 46 (18.36% from 255) = 11.98%

R = 57.29%
G = 30.73%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC762E (or 0xDC762E) is known color: Tahiti Gold. HEX triplet: DC, 76 and 2E. RGB value is (220,118,46). Sum of RGB (Red+Green+Blue) = 220+118+46=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC762E is #2389D1. Grayscale: #8C8C8C. Windows color (decimal): -2329042 or 3045084. OLE color: 3045084.

HSL color Cylindrical-coordinate representation of color #DC762E: hue angle of 24.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC762E is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 46 -
CMYK 0 0.46 0.79 0.14
HSL 24.83º 0.71% 0.52% -
HSV(B) 24.83º 0.79% 0.86% -
XYZ 36.49 28.37 6.14 -
YUV 140.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 220 118 46 0 0.46 0.79 0.14 24.83 0.71 0.52
Hex DC 76 2E 0 2E 4F E 19 47 34
Octal 334 166 56 0 56 117 16 31 107 64
Binary 11011100 1110110 101110 0 101110 1001111 1110 11001 1000111 110100

Color Harmonies of #DC762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC762E

Black with #DC762E

Text Example


Text Example

White with #DC762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC762E; }

 p { color: rgb(220,118,46); }

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

background-color css

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

 a { background-color: rgb(220,118,46); }

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

border-color css

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

 span { border-color: rgb(220,118,46); }

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