Html Css Color HEX #DC7623 Tahiti Gold

📋 copy color: '#DC7623'

red 220 ◦ green 118 ◦ blue 35

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

Shades of Tahiti Gold #DC7623

Tints of Tahiti Gold #DC7623

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

 BLUE value IS 35 (14.06% from 255) = 9.38%

R = 58.98%
G = 31.64%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7623 (or 0xDC7623) is known color: Tahiti Gold. HEX triplet: DC, 76 and 23. RGB value is (220,118,35). Sum of RGB (Red+Green+Blue) = 220+118+35=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7623 is #2389DC. Grayscale: #8B8B8B. Windows color (decimal): -2329053 or 2324188. OLE color: 2324188.

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

Color convert

RGB 220 118 35 -
CMYK 0 0.46 0.84 0.14
HSL 26.92º 0.73% 0.5% -
HSV(B) 26.92º 0.84% 0.86% -
XYZ 36.3 28.29 5.14 -
YUV 139.04 69.29 185.75 -
System Red Green Blue C M Y K H S L
Decimal 220 118 35 0 0.46 0.84 0.14 26.92 0.73 0.5
Hex DC 76 23 0 2E 54 E 1B 49 32
Octal 334 166 43 0 56 124 16 33 111 62
Binary 11011100 1110110 100011 0 101110 1010100 1110 11011 1001001 110010

Color Harmonies of #DC7623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7623

Black with #DC7623

Text Example


Text Example

White with #DC7623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7623; }

 p { color: rgb(220,118,35); }

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

background-color css

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

 a { background-color: rgb(220,118,35); }

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

border-color css

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

 span { border-color: rgb(220,118,35); }

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