Html Css Color HEX #DF7D1C Tahiti Gold

📋 copy color: '#DF7D1C'

red 223 ◦ green 125 ◦ blue 28

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

Shades of Tahiti Gold #DF7D1C

Tints of Tahiti Gold #DF7D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 28 (11.33% from 255) = 7.45%

R = 59.31%
G = 33.24%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF7D1C (or 0xDF7D1C) is known color: Tahiti Gold. HEX triplet: DF, 7D and 1C. RGB value is (223,125,28). Sum of RGB (Red+Green+Blue) = 223+125+28=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D1C is #2082E3. Grayscale: #8F8F8F. Windows color (decimal): -2130660 or 1867231. OLE color: 1867231.

HSL color Cylindrical-coordinate representation of color #DF7D1C: hue angle of 29.85º degrees, saturation: 0.78, 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 #DF7D1C is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 125 28 -
CMYK 0 0.44 0.87 0.13
HSL 29.85º 0.78% 0.49% -
HSV(B) 29.85º 0.87% 0.87% -
XYZ 37.97 30.44 4.97 -
YUV 143.24 62.97 184.89 -
System Red Green Blue C M Y K H S L
Decimal 223 125 28 0 0.44 0.87 0.13 29.85 0.78 0.49
Hex DF 7D 1C 0 2C 57 D 1E 4E 31
Octal 337 175 34 0 54 127 15 36 116 61
Binary 11011111 1111101 11100 0 101100 1010111 1101 11110 1001110 110001

Color Harmonies of #DF7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D1C

Black with #DF7D1C

Text Example


Text Example

White with #DF7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D1C; }

 p { color: rgb(223,125,28); }

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

background-color css

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

 a { background-color: rgb(223,125,28); }

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

border-color css

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

 span { border-color: rgb(223,125,28); }

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