Html Css Color HEX #DF7F1D Tahiti Gold

📋 copy color: '#DF7F1D'

red 223 ◦ green 127 ◦ blue 29

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

Shades of Tahiti Gold #DF7F1D

Tints of Tahiti Gold #DF7F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 58.84%
G = 33.51%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF7F1D (or 0xDF7F1D) is known color: Tahiti Gold. HEX triplet: DF, 7F and 1D. RGB value is (223,127,29). Sum of RGB (Red+Green+Blue) = 223+127+29=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F1D is #2080E2. Grayscale: #919191. Windows color (decimal): -2130147 or 1933279. OLE color: 1933279.

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

Color convert

RGB 223 127 29 -
CMYK 0 0.43 0.87 0.13
HSL 30.31º 0.77% 0.49% -
HSV(B) 30.31º 0.87% 0.87% -
XYZ 38.24 30.96 5.12 -
YUV 144.53 62.8 183.97 -
System Red Green Blue C M Y K H S L
Decimal 223 127 29 0 0.43 0.87 0.13 30.31 0.77 0.49
Hex DF 7F 1D 0 2B 57 D 1E 4D 31
Octal 337 177 35 0 53 127 15 36 115 61
Binary 11011111 1111111 11101 0 101011 1010111 1101 11110 1001101 110001

Color Harmonies of #DF7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F1D

Black with #DF7F1D

Text Example


Text Example

White with #DF7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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