Html Css Color HEX #DC7B23 Tahiti Gold

📋 copy color: '#DC7B23'

red 220 ◦ green 123 ◦ blue 35

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

Shades of Tahiti Gold #DC7B23

Tints of Tahiti Gold #DC7B23

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

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

R = 58.2%
G = 32.54%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7B23 (or 0xDC7B23) is known color: Tahiti Gold. HEX triplet: DC, 7B and 23. RGB value is (220,123,35). Sum of RGB (Red+Green+Blue) = 220+123+35=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B23 is #2384DC. Grayscale: #8E8E8E. Windows color (decimal): -2327773 or 2325468. OLE color: 2325468.

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

Color convert

RGB 220 123 35 -
CMYK 0 0.44 0.84 0.14
HSL 28.54º 0.73% 0.5% -
HSV(B) 28.54º 0.84% 0.86% -
XYZ 36.9 29.5 5.34 -
YUV 141.97 67.64 183.66 -
System Red Green Blue C M Y K H S L
Decimal 220 123 35 0 0.44 0.84 0.14 28.54 0.73 0.5
Hex DC 7B 23 0 2C 54 E 1D 49 32
Octal 334 173 43 0 54 124 16 35 111 62
Binary 11011100 1111011 100011 0 101100 1010100 1110 11101 1001001 110010

Color Harmonies of #DC7B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B23

Black with #DC7B23

Text Example


Text Example

White with #DC7B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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