Html Css Color HEX #DF7F21 Tahiti Gold

📋 copy color: '#DF7F21'

red 223 ◦ green 127 ◦ blue 33

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

Shades of Tahiti Gold #DF7F21

Tints of Tahiti Gold #DF7F21

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 58.22%
G = 33.16%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF7F21 (or 0xDF7F21) is known color: Tahiti Gold. HEX triplet: DF, 7F and 21. RGB value is (223,127,33). Sum of RGB (Red+Green+Blue) = 223+127+33=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F21 is #2080DE. Grayscale: #919191. Windows color (decimal): -2130143 or 2195423. OLE color: 2195423.

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

Color convert

RGB 223 127 33 -
CMYK 0 0.43 0.85 0.13
HSL 29.68º 0.75% 0.5% -
HSV(B) 29.68º 0.85% 0.87% -
XYZ 38.3 30.98 5.4 -
YUV 144.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 223 127 33 0 0.43 0.85 0.13 29.68 0.75 0.5
Hex DF 7F 21 0 2B 55 D 1E 4B 32
Octal 337 177 41 0 53 125 15 36 113 62
Binary 11011111 1111111 100001 0 101011 1010101 1101 11110 1001011 110010

Color Harmonies of #DF7F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F21

Black with #DF7F21

Text Example


Text Example

White with #DF7F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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