Html Css Color HEX #DC7B31 Tahiti Gold

📋 copy color: '#DC7B31'

red 220 ◦ green 123 ◦ blue 49

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

Shades of Tahiti Gold #DC7B31

Tints of Tahiti Gold #DC7B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 56.12%
G = 31.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC7B31 (or 0xDC7B31) is known color: Tahiti Gold. HEX triplet: DC, 7B and 31. RGB value is (220,123,49). Sum of RGB (Red+Green+Blue) = 220+123+49=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B31 is #2384CE. Grayscale: #8F8F8F. Windows color (decimal): -2327759 or 3242972. OLE color: 3242972.

HSL color Cylindrical-coordinate representation of color #DC7B31: hue angle of 25.96º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC7B31 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 49 -
CMYK 0 0.44 0.78 0.14
HSL 25.96º 0.71% 0.53% -
HSV(B) 25.96º 0.78% 0.86% -
XYZ 37.15 29.6 6.66 -
YUV 143.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 220 123 49 0 0.44 0.78 0.14 25.96 0.71 0.53
Hex DC 7B 31 0 2C 4E E 1A 47 35
Octal 334 173 61 0 54 116 16 32 107 65
Binary 11011100 1111011 110001 0 101100 1001110 1110 11010 1000111 110101

Color Harmonies of #DC7B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B31

Black with #DC7B31

Text Example


Text Example

White with #DC7B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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