Html Css Color HEX #DC7823 Tahiti Gold

📋 copy color: '#DC7823'

red 220 ◦ green 120 ◦ blue 35

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

Shades of Tahiti Gold #DC7823

Tints of Tahiti Gold #DC7823

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 58.67%
G = 32%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7823 (or 0xDC7823) is known color: Tahiti Gold. HEX triplet: DC, 78 and 23. RGB value is (220,120,35). Sum of RGB (Red+Green+Blue) = 220+120+35=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7823 is #2387DC. Grayscale: #8C8C8C. Windows color (decimal): -2328541 or 2324700. OLE color: 2324700.

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

Color convert

RGB 220 120 35 -
CMYK 0 0.45 0.84 0.14
HSL 27.57º 0.73% 0.5% -
HSV(B) 27.57º 0.84% 0.86% -
XYZ 36.54 28.77 5.22 -
YUV 140.21 68.63 184.91 -
System Red Green Blue C M Y K H S L
Decimal 220 120 35 0 0.45 0.84 0.14 27.57 0.73 0.5
Hex DC 78 23 0 2D 54 E 1C 49 32
Octal 334 170 43 0 55 124 16 34 111 62
Binary 11011100 1111000 100011 0 101101 1010100 1110 11100 1001001 110010

Color Harmonies of #DC7823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7823

Black with #DC7823

Text Example


Text Example

White with #DC7823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7823; }

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

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

background-color css

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

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

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

border-color css

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

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

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