Html Css Color HEX #DF7122 Tahiti Gold

📋 copy color: '#DF7122'

red 223 ◦ green 113 ◦ blue 34

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

Shades of Tahiti Gold #DF7122

Tints of Tahiti Gold #DF7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 34 (13.67% from 255) = 9.19%

R = 60.27%
G = 30.54%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF7122 (or 0xDF7122) is known color: Tahiti Gold. HEX triplet: DF, 71 and 22. RGB value is (223,113,34). Sum of RGB (Red+Green+Blue) = 223+113+34=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7122 is #208EDD. Grayscale: #898989. Windows color (decimal): -2133726 or 2257375. OLE color: 2257375.

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

Color convert

RGB 223 113 34 -
CMYK 0 0.49 0.85 0.13
HSL 25.08º 0.75% 0.5% -
HSV(B) 25.08º 0.85% 0.87% -
XYZ 36.63 27.61 4.91 -
YUV 136.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 223 113 34 0 0.49 0.85 0.13 25.08 0.75 0.5
Hex DF 71 22 0 31 55 D 19 4B 32
Octal 337 161 42 0 61 125 15 31 113 62
Binary 11011111 1110001 100010 0 110001 1010101 1101 11001 1001011 110010

Color Harmonies of #DF7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7122

Black with #DF7122

Text Example


Text Example

White with #DF7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7122; }

 p { color: rgb(223,113,34); }

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

background-color css

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

 a { background-color: rgb(223,113,34); }

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

border-color css

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

 span { border-color: rgb(223,113,34); }

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