Html Css Color HEX #DF7A1F Tahiti Gold

📋 copy color: '#DF7A1F'

red 223 ◦ green 122 ◦ blue 31

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

Shades of Tahiti Gold #DF7A1F

Tints of Tahiti Gold #DF7A1F

RGB

 RED value IS 223 (87.5% from 255) = 59.31%

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 59.31%
G = 32.45%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF7A1F (or 0xDF7A1F) is known color: Tahiti Gold. HEX triplet: DF, 7A and 1F. RGB value is (223,122,31). Sum of RGB (Red+Green+Blue) = 223+122+31=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7A1F is #2085E0. Grayscale: #8E8E8E. Windows color (decimal): -2131425 or 2063071. OLE color: 2063071.

HSL color Cylindrical-coordinate representation of color #DF7A1F: hue angle of 28.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF7A1F is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 122 31 -
CMYK 0 0.45 0.86 0.13
HSL 28.44º 0.76% 0.5% -
HSV(B) 28.44º 0.86% 0.87% -
XYZ 37.64 29.71 5.05 -
YUV 141.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 223 122 31 0 0.45 0.86 0.13 28.44 0.76 0.5
Hex DF 7A 1F 0 2D 56 D 1C 4C 32
Octal 337 172 37 0 55 126 15 34 114 62
Binary 11011111 1111010 11111 0 101101 1010110 1101 11100 1001100 110010

Color Harmonies of #DF7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A1F

Black with #DF7A1F

Text Example


Text Example

White with #DF7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A1F; }

 p { color: rgb(223,122,31); }

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

background-color css

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

 a { background-color: rgb(223,122,31); }

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

border-color css

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

 span { border-color: rgb(223,122,31); }

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