Html Css Color HEX #DF7430 Tahiti Gold

📋 copy color: '#DF7430'

red 223 ◦ green 116 ◦ blue 48

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

Shades of Tahiti Gold #DF7430

Tints of Tahiti Gold #DF7430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

 BLUE value IS 48 (19.14% from 255) = 12.4%

R = 57.62%
G = 29.97%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF7430 (or 0xDF7430) is known color: Tahiti Gold. HEX triplet: DF, 74 and 30. RGB value is (223,116,48). Sum of RGB (Red+Green+Blue) = 223+116+48=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7430 is #208BCF. Grayscale: #8C8C8C. Windows color (decimal): -2132944 or 3175647. OLE color: 3175647.

HSL color Cylindrical-coordinate representation of color #DF7430: hue angle of 23.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF7430 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 116 48 -
CMYK 0 0.48 0.78 0.13
HSL 23.31º 0.73% 0.53% -
HSV(B) 23.31º 0.78% 0.87% -
XYZ 37.21 28.39 6.32 -
YUV 140.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 223 116 48 0 0.48 0.78 0.13 23.31 0.73 0.53
Hex DF 74 30 0 30 4E D 17 49 35
Octal 337 164 60 0 60 116 15 27 111 65
Binary 11011111 1110100 110000 0 110000 1001110 1101 10111 1001001 110101

Color Harmonies of #DF7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7430

Black with #DF7430

Text Example


Text Example

White with #DF7430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7430; }

 p { color: rgb(223,116,48); }

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

background-color css

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

 a { background-color: rgb(223,116,48); }

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

border-color css

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

 span { border-color: rgb(223,116,48); }

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