Html Css Color HEX #DC772F Tahiti Gold

📋 copy color: '#DC772F'

red 220 ◦ green 119 ◦ blue 47

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

Shades of Tahiti Gold #DC772F

Tints of Tahiti Gold #DC772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 47 (18.75% from 255) = 12.18%

R = 56.99%
G = 30.83%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC772F (or 0xDC772F) is known color: Tahiti Gold. HEX triplet: DC, 77 and 2F. RGB value is (220,119,47). Sum of RGB (Red+Green+Blue) = 220+119+47=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC772F is #2388D0. Grayscale: #8D8D8D. Windows color (decimal): -2328785 or 3110876. OLE color: 3110876.

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

Color convert

RGB 220 119 47 -
CMYK 0 0.46 0.79 0.14
HSL 24.97º 0.71% 0.52% -
HSV(B) 24.97º 0.79% 0.86% -
XYZ 36.63 28.61 6.28 -
YUV 140.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 220 119 47 0 0.46 0.79 0.14 24.97 0.71 0.52
Hex DC 77 2F 0 2E 4F E 19 47 34
Octal 334 167 57 0 56 117 16 31 107 64
Binary 11011100 1110111 101111 0 101110 1001111 1110 11001 1000111 110100

Color Harmonies of #DC772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC772F

Black with #DC772F

Text Example


Text Example

White with #DC772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC772F; }

 p { color: rgb(220,119,47); }

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

background-color css

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

 a { background-color: rgb(220,119,47); }

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

border-color css

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

 span { border-color: rgb(220,119,47); }

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