Html Css Color HEX #DF6425 Tahiti Gold

📋 copy color: '#DF6425'

red 223 ◦ green 100 ◦ blue 37

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

Shades of Tahiti Gold #DF6425

Tints of Tahiti Gold #DF6425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 61.94%
G = 27.78%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF6425 (or 0xDF6425) is known color: Tahiti Gold. HEX triplet: DF, 64 and 25. RGB value is (223,100,37). Sum of RGB (Red+Green+Blue) = 223+100+37=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6425 is #209BDA. Grayscale: #818181. Windows color (decimal): -2137051 or 2450655. OLE color: 2450655.

HSL color Cylindrical-coordinate representation of color #DF6425: hue angle of 20.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF6425 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 100 37 -
CMYK 0 0.55 0.83 0.13
HSL 20.32º 0.74% 0.51% -
HSV(B) 20.32º 0.83% 0.87% -
XYZ 35.32 24.94 4.7 -
YUV 129.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 223 100 37 0 0.55 0.83 0.13 20.32 0.74 0.51
Hex DF 64 25 0 37 53 D 14 4A 33
Octal 337 144 45 0 67 123 15 24 112 63
Binary 11011111 1100100 100101 0 110111 1010011 1101 10100 1001010 110011

Color Harmonies of #DF6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6425

Black with #DF6425

Text Example


Text Example

White with #DF6425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6425; }

 p { color: rgb(223,100,37); }

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

background-color css

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

 a { background-color: rgb(223,100,37); }

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

border-color css

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

 span { border-color: rgb(223,100,37); }

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