Html Css Color HEX #DC7D23 Tahiti Gold

📋 copy color: '#DC7D23'

red 220 ◦ green 125 ◦ blue 35

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

Shades of Tahiti Gold #DC7D23

Tints of Tahiti Gold #DC7D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

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

R = 57.89%
G = 32.89%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7D23 (or 0xDC7D23) is known color: Tahiti Gold. HEX triplet: DC, 7D and 23. RGB value is (220,125,35). Sum of RGB (Red+Green+Blue) = 220+125+35=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D23 is #2382DC. Grayscale: #8F8F8F. Windows color (decimal): -2327261 or 2325980. OLE color: 2325980.

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

Color convert

RGB 220 125 35 -
CMYK 0 0.43 0.84 0.14
HSL 29.19º 0.73% 0.5% -
HSV(B) 29.19º 0.84% 0.86% -
XYZ 37.15 30 5.42 -
YUV 143.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 220 125 35 0 0.43 0.84 0.14 29.19 0.73 0.5
Hex DC 7D 23 0 2B 54 E 1D 49 32
Octal 334 175 43 0 53 124 16 35 111 62
Binary 11011100 1111101 100011 0 101011 1010100 1110 11101 1001001 110010

Color Harmonies of #DC7D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D23

Black with #DC7D23

Text Example


Text Example

White with #DC7D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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