Html Css Color HEX #DC751D Tahiti Gold

📋 copy color: '#DC751D'

red 220 ◦ green 117 ◦ blue 29

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

Shades of Tahiti Gold #DC751D

Tints of Tahiti Gold #DC751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 60.11%
G = 31.97%
B = 7.92%

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

#DC751D (or 0xDC751D) is known color: Tahiti Gold. HEX triplet: DC, 75 and 1D. RGB value is (220,117,29). Sum of RGB (Red+Green+Blue) = 220+117+29=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC751D is #238AE2. Grayscale: #8A8A8A. Windows color (decimal): -2329315 or 1930716. OLE color: 1930716.

HSL color Cylindrical-coordinate representation of color #DC751D: hue angle of 27.64º 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 #DC751D is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 29 -
CMYK 0 0.47 0.87 0.14
HSL 27.64º 0.77% 0.49% -
HSV(B) 27.64º 0.87% 0.86% -
XYZ 36.1 28.03 4.67 -
YUV 137.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 220 117 29 0 0.47 0.87 0.14 27.64 0.77 0.49
Hex DC 75 1D 0 2F 57 E 1C 4D 31
Octal 334 165 35 0 57 127 16 34 115 61
Binary 11011100 1110101 11101 0 101111 1010111 1110 11100 1001101 110001

Color Harmonies of #DC751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC751D

Black with #DC751D

Text Example


Text Example

White with #DC751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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