Html Css Color HEX #DC7725 Tahiti Gold

📋 copy color: '#DC7725'

red 220 ◦ green 119 ◦ blue 37

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

Shades of Tahiti Gold #DC7725

Tints of Tahiti Gold #DC7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 58.51%
G = 31.65%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC7725 (or 0xDC7725) is known color: Tahiti Gold. HEX triplet: DC, 77 and 25. RGB value is (220,119,37). Sum of RGB (Red+Green+Blue) = 220+119+37=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7725 is #2388DA. Grayscale: #8C8C8C. Windows color (decimal): -2328795 or 2455516. OLE color: 2455516.

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

Color convert

RGB 220 119 37 -
CMYK 0 0.46 0.83 0.14
HSL 26.89º 0.72% 0.5% -
HSV(B) 26.89º 0.83% 0.86% -
XYZ 36.45 28.54 5.34 -
YUV 139.85 69.96 185.17 -
System Red Green Blue C M Y K H S L
Decimal 220 119 37 0 0.46 0.83 0.14 26.89 0.72 0.5
Hex DC 77 25 0 2E 53 E 1B 48 32
Octal 334 167 45 0 56 123 16 33 110 62
Binary 11011100 1110111 100101 0 101110 1010011 1110 11011 1001000 110010

Color Harmonies of #DC7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7725

Black with #DC7725

Text Example


Text Example

White with #DC7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7725; }

 p { color: rgb(220,119,37); }

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

background-color css

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

 a { background-color: rgb(220,119,37); }

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

border-color css

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

 span { border-color: rgb(220,119,37); }

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