Html Css Color HEX #DC7F22 Tahiti Gold

📋 copy color: '#DC7F22'

red 220 ◦ green 127 ◦ blue 34

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

Shades of Tahiti Gold #DC7F22

Tints of Tahiti Gold #DC7F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 57.74%
G = 33.33%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7F22 (or 0xDC7F22) is known color: Tahiti Gold. HEX triplet: DC, 7F and 22. RGB value is (220,127,34). Sum of RGB (Red+Green+Blue) = 220+127+34=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F22 is #2380DD. Grayscale: #909090. Windows color (decimal): -2326750 or 2260956. OLE color: 2260956.

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

Color convert

RGB 220 127 34 -
CMYK 0 0.42 0.85 0.14
HSL 30º 0.73% 0.5% -
HSV(B) 30º 0.85% 0.86% -
XYZ 37.39 30.51 5.43 -
YUV 144.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 220 127 34 0 0.42 0.85 0.14 30 0.73 0.5
Hex DC 7F 22 0 2A 55 E 1E 49 32
Octal 334 177 42 0 52 125 16 36 111 62
Binary 11011100 1111111 100010 0 101010 1010101 1110 11110 1001001 110010

Color Harmonies of #DC7F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F22

Black with #DC7F22

Text Example


Text Example

White with #DC7F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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