Html Css Color HEX #DC751C Tahiti Gold

📋 copy color: '#DC751C'

red 220 ◦ green 117 ◦ blue 28

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

Shades of Tahiti Gold #DC751C

Tints of Tahiti Gold #DC751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 60.27%
G = 32.05%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC751C (or 0xDC751C) is known color: Tahiti Gold. HEX triplet: DC, 75 and 1C. RGB value is (220,117,28). Sum of RGB (Red+Green+Blue) = 220+117+28=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC751C is #238AE3. Grayscale: #8A8A8A. Windows color (decimal): -2329316 or 1865180. OLE color: 1865180.

HSL color Cylindrical-coordinate representation of color #DC751C: hue angle of 27.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC751C is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 28 -
CMYK 0 0.47 0.87 0.14
HSL 27.81º 0.77% 0.49% -
HSV(B) 27.81º 0.87% 0.86% -
XYZ 36.09 28.02 4.61 -
YUV 137.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 220 117 28 0 0.47 0.87 0.14 27.81 0.77 0.49
Hex DC 75 1C 0 2F 57 E 1C 4D 31
Octal 334 165 34 0 57 127 16 34 115 61
Binary 11011100 1110101 11100 0 101111 1010111 1110 11100 1001101 110001

Color Harmonies of #DC751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC751C

Black with #DC751C

Text Example


Text Example

White with #DC751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC751C; }

 p { color: rgb(220,117,28); }

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

background-color css

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

 a { background-color: rgb(220,117,28); }

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

border-color css

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

 span { border-color: rgb(220,117,28); }

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