Html Css Color HEX #DF7121 Tahiti Gold

📋 copy color: '#DF7121'

red 223 ◦ green 113 ◦ blue 33

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

Shades of Tahiti Gold #DF7121

Tints of Tahiti Gold #DF7121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 60.43%
G = 30.62%
B = 8.94%

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

#DF7121 (or 0xDF7121) is known color: Tahiti Gold. HEX triplet: DF, 71 and 21. RGB value is (223,113,33). Sum of RGB (Red+Green+Blue) = 223+113+33=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7121 is #208EDE. Grayscale: #898989. Windows color (decimal): -2133727 or 2191839. OLE color: 2191839.

HSL color Cylindrical-coordinate representation of color #DF7121: hue angle of 25.26º 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 #DF7121 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 113 33 -
CMYK 0 0.49 0.85 0.13
HSL 25.26º 0.75% 0.5% -
HSV(B) 25.26º 0.85% 0.87% -
XYZ 36.61 27.61 4.84 -
YUV 136.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 223 113 33 0 0.49 0.85 0.13 25.26 0.75 0.5
Hex DF 71 21 0 31 55 D 19 4B 32
Octal 337 161 41 0 61 125 15 31 113 62
Binary 11011111 1110001 100001 0 110001 1010101 1101 11001 1001011 110010

Color Harmonies of #DF7121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7121

Black with #DF7121

Text Example


Text Example

White with #DF7121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7121; }

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

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

background-color css

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

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

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

border-color css

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

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

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