Html Css Color HEX #DC742B Tahiti Gold

📋 copy color: '#DC742B'

red 220 ◦ green 116 ◦ blue 43

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

Shades of Tahiti Gold #DC742B

Tints of Tahiti Gold #DC742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

 BLUE value IS 43 (17.19% from 255) = 11.35%

R = 58.05%
G = 30.61%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC742B (or 0xDC742B) is known color: Tahiti Gold. HEX triplet: DC, 74 and 2B. RGB value is (220,116,43). Sum of RGB (Red+Green+Blue) = 220+116+43=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC742B is #238BD4. Grayscale: #8B8B8B. Windows color (decimal): -2329557 or 2847964. OLE color: 2847964.

HSL color Cylindrical-coordinate representation of color #DC742B: hue angle of 24.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC742B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 43 -
CMYK 0 0.47 0.80 0.14
HSL 24.75º 0.72% 0.52% -
HSV(B) 24.75º 0.8% 0.86% -
XYZ 36.2 27.88 5.76 -
YUV 138.77 73.96 185.94 -
System Red Green Blue C M Y K H S L
Decimal 220 116 43 0 0.47 0.80 0.14 24.75 0.72 0.52
Hex DC 74 2B 0 2F 50 E 19 48 34
Octal 334 164 53 0 57 120 16 31 110 64
Binary 11011100 1110100 101011 0 101111 1010000 1110 11001 1001000 110100

Color Harmonies of #DC742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC742B

Black with #DC742B

Text Example


Text Example

White with #DC742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC742B; }

 p { color: rgb(220,116,43); }

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

background-color css

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

 a { background-color: rgb(220,116,43); }

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

border-color css

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

 span { border-color: rgb(220,116,43); }

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