Html Css Color HEX #DC7726 Tahiti Gold

📋 copy color: '#DC7726'

red 220 ◦ green 119 ◦ blue 38

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

Shades of Tahiti Gold #DC7726

Tints of Tahiti Gold #DC7726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.08%

R = 58.36%
G = 31.56%
B = 10.08%

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

#DC7726 (or 0xDC7726) is known color: Tahiti Gold. HEX triplet: DC, 77 and 26. RGB value is (220,119,38). Sum of RGB (Red+Green+Blue) = 220+119+38=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7726 is #2388D9. Grayscale: #8C8C8C. Windows color (decimal): -2328794 or 2521052. OLE color: 2521052.

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

Color convert

RGB 220 119 38 -
CMYK 0 0.46 0.83 0.14
HSL 26.7º 0.72% 0.51% -
HSV(B) 26.7º 0.83% 0.86% -
XYZ 36.46 28.55 5.42 -
YUV 139.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 220 119 38 0 0.46 0.83 0.14 26.7 0.72 0.51
Hex DC 77 26 0 2E 53 E 1B 48 33
Octal 334 167 46 0 56 123 16 33 110 63
Binary 11011100 1110111 100110 0 101110 1010011 1110 11011 1001000 110011

Color Harmonies of #DC7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7726

Black with #DC7726

Text Example


Text Example

White with #DC7726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7726; }

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

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

background-color css

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

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

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

border-color css

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

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

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