Html Css Color HEX #DC7225 Tahiti Gold

📋 copy color: '#DC7225'

red 220 ◦ green 114 ◦ blue 37

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

Shades of Tahiti Gold #DC7225

Tints of Tahiti Gold #DC7225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

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

R = 59.3%
G = 30.73%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC7225 (or 0xDC7225) is known color: Tahiti Gold. HEX triplet: DC, 72 and 25. RGB value is (220,114,37). Sum of RGB (Red+Green+Blue) = 220+114+37=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7225 is #238DDA. Grayscale: #898989. Windows color (decimal): -2330075 or 2454236. OLE color: 2454236.

HSL color Cylindrical-coordinate representation of color #DC7225: hue angle of 25.25º 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 #DC7225 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 37 -
CMYK 0 0.48 0.83 0.14
HSL 25.25º 0.72% 0.5% -
HSV(B) 25.25º 0.83% 0.86% -
XYZ 35.87 27.38 5.15 -
YUV 136.92 71.62 187.26 -
System Red Green Blue C M Y K H S L
Decimal 220 114 37 0 0.48 0.83 0.14 25.25 0.72 0.5
Hex DC 72 25 0 30 53 E 19 48 32
Octal 334 162 45 0 60 123 16 31 110 62
Binary 11011100 1110010 100101 0 110000 1010011 1110 11001 1001000 110010

Color Harmonies of #DC7225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7225

Black with #DC7225

Text Example


Text Example

White with #DC7225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7225; }

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

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

background-color css

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

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

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

border-color css

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

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

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