Html Css Color HEX #DC7023 Tahiti Gold

📋 copy color: '#DC7023'

red 220 ◦ green 112 ◦ blue 35

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

Shades of Tahiti Gold #DC7023

Tints of Tahiti Gold #DC7023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

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

R = 59.95%
G = 30.52%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7023 (or 0xDC7023) is known color: Tahiti Gold. HEX triplet: DC, 70 and 23. RGB value is (220,112,35). Sum of RGB (Red+Green+Blue) = 220+112+35=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7023 is #238FDC. Grayscale: #878787. Windows color (decimal): -2330589 or 2322652. OLE color: 2322652.

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

Color convert

RGB 220 112 35 -
CMYK 0 0.49 0.84 0.14
HSL 24.97º 0.73% 0.5% -
HSV(B) 24.97º 0.84% 0.86% -
XYZ 35.61 26.93 4.91 -
YUV 135.51 71.28 188.26 -
System Red Green Blue C M Y K H S L
Decimal 220 112 35 0 0.49 0.84 0.14 24.97 0.73 0.5
Hex DC 70 23 0 31 54 E 19 49 32
Octal 334 160 43 0 61 124 16 31 111 62
Binary 11011100 1110000 100011 0 110001 1010100 1110 11001 1001001 110010

Color Harmonies of #DC7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7023

Black with #DC7023

Text Example


Text Example

White with #DC7023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7023; }

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

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

background-color css

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

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

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

border-color css

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

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

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