Html Css Color HEX #DC6929 Tahiti Gold

📋 copy color: '#DC6929'

red 220 ◦ green 105 ◦ blue 41

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

Shades of Tahiti Gold #DC6929

Tints of Tahiti Gold #DC6929

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 41 (16.41% from 255) = 11.2%

R = 60.11%
G = 28.69%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC6929 (or 0xDC6929) is known color: Tahiti Gold. HEX triplet: DC, 69 and 29. RGB value is (220,105,41). Sum of RGB (Red+Green+Blue) = 220+105+41=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6929 is #2396D6. Grayscale: #848484. Windows color (decimal): -2332375 or 2714076. OLE color: 2714076.

HSL color Cylindrical-coordinate representation of color #DC6929: hue angle of 21.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC6929 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 41 -
CMYK 0 0.52 0.81 0.14
HSL 21.45º 0.72% 0.51% -
HSV(B) 21.45º 0.81% 0.86% -
XYZ 34.97 25.48 5.17 -
YUV 132.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 220 105 41 0 0.52 0.81 0.14 21.45 0.72 0.51
Hex DC 69 29 0 34 51 E 15 48 33
Octal 334 151 51 0 64 121 16 25 110 63
Binary 11011100 1101001 101001 0 110100 1010001 1110 10101 1001000 110011

Color Harmonies of #DC6929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6929

Black with #DC6929

Text Example


Text Example

White with #DC6929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6929; }

 p { color: rgb(220,105,41); }

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

background-color css

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

 a { background-color: rgb(220,105,41); }

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

border-color css

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

 span { border-color: rgb(220,105,41); }

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