#DC722A

Color #DC722A Tahiti Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahiti Gold #DC722A

Tints of Tahiti Gold #DC722A

Color information

#DC722A (or 0xDC722A) is unknown color: approx Tahiti Gold. HEX triplet: DC, 72 and 2A. RGB value is (220,114,42). Sum of RGB (Red+Green+Blue) = 220+114+42=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC722A is #238DD5. Grayscale: #898989. Windows color (decimal): -2330070 or 2781916. OLE color: 2781916.

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

Color convert

RGB22011442-
CMYK00.480.810.14
HSL24.27º71.77%51.37%-
HSV(B)24.27º80.91%86.27%-
XYZ35.9527.425.59-
YUV137.4974.12186.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.51%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 42 (16.80% from 255) = 11.17%
R=58.51%
G=30.32%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201144200.480.810.1424.2771.7751.37
HexDC722A03051E184833
Octal33416252060121163011063
Binary110111001110010101010011000010100011110110001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC722A; }

 p { color: rgb(220,114,42); }

 H1.HeaderClassName
 {
   color: #DC722A;
 }
 .AnyTagClassName
 {
   color: #DC722A;
 }
</style>
background-color css

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

 a { background-color: rgb(220,114,42); }

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

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

 span { border-color: rgb(220,114,42); }

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