Html Css Color HEX #DC6F30 Tahiti Gold

📋 copy color: '#DC6F30'

red 220 ◦ green 111 ◦ blue 48

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

Shades of Tahiti Gold #DC6F30

Tints of Tahiti Gold #DC6F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 48 (19.14% from 255) = 12.66%

R = 58.05%
G = 29.29%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6F30 (or 0xDC6F30) is known color: Tahiti Gold. HEX triplet: DC, 6F and 30. RGB value is (220,111,48). Sum of RGB (Red+Green+Blue) = 220+111+48=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6F30 is #2390CF. Grayscale: #888888. Windows color (decimal): -2330832 or 3174364. OLE color: 3174364.

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

Color convert

RGB 220 111 48 -
CMYK 0 0.50 0.78 0.14
HSL 21.98º 0.71% 0.53% -
HSV(B) 21.98º 0.78% 0.86% -
XYZ 35.73 26.8 6.09 -
YUV 136.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 220 111 48 0 0.50 0.78 0.14 21.98 0.71 0.53
Hex DC 6F 30 0 32 4E E 16 47 35
Octal 334 157 60 0 62 116 16 26 107 65
Binary 11011100 1101111 110000 0 110010 1001110 1110 10110 1000111 110101

Color Harmonies of #DC6F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F30

Black with #DC6F30

Text Example


Text Example

White with #DC6F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F30; }

 p { color: rgb(220,111,48); }

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

background-color css

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

 a { background-color: rgb(220,111,48); }

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

border-color css

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

 span { border-color: rgb(220,111,48); }

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