Html Css Color HEX #DC7F24 Tahiti Gold

📋 copy color: '#DC7F24'

red 220 ◦ green 127 ◦ blue 36

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

Shades of Tahiti Gold #DC7F24

Tints of Tahiti Gold #DC7F24

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 57.44%
G = 33.16%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7F24 (or 0xDC7F24) is known color: Tahiti Gold. HEX triplet: DC, 7F and 24. RGB value is (220,127,36). Sum of RGB (Red+Green+Blue) = 220+127+36=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F24 is #2380DB. Grayscale: #909090. Windows color (decimal): -2326748 or 2392028. OLE color: 2392028.

HSL color Cylindrical-coordinate representation of color #DC7F24: hue angle of 29.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC7F24 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 36 -
CMYK 0 0.42 0.84 0.14
HSL 29.67º 0.72% 0.5% -
HSV(B) 29.67º 0.84% 0.86% -
XYZ 37.42 30.52 5.59 -
YUV 144.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 220 127 36 0 0.42 0.84 0.14 29.67 0.72 0.5
Hex DC 7F 24 0 2A 54 E 1E 48 32
Octal 334 177 44 0 52 124 16 36 110 62
Binary 11011100 1111111 100100 0 101010 1010100 1110 11110 1001000 110010

Color Harmonies of #DC7F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F24

Black with #DC7F24

Text Example


Text Example

White with #DC7F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F24; }

 p { color: rgb(220,127,36); }

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

background-color css

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

 a { background-color: rgb(220,127,36); }

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

border-color css

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

 span { border-color: rgb(220,127,36); }

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