Html Css Color HEX #DE7F28 Tahiti Gold

📋 copy color: '#DE7F28'

red 222 ◦ green 127 ◦ blue 40

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

Shades of Tahiti Gold #DE7F28

Tints of Tahiti Gold #DE7F28

RGB

 RED value IS 222 (87.11% from 255) = 57.07%

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

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 57.07%
G = 32.65%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE7F28 (or 0xDE7F28) is known color: Tahiti Gold. HEX triplet: DE, 7F and 28. RGB value is (222,127,40). Sum of RGB (Red+Green+Blue) = 222+127+40=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7F28 is #2180D7. Grayscale: #919191. Windows color (decimal): -2195672 or 2654174. OLE color: 2654174.

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

Color convert

RGB 222 127 40 -
CMYK 0 0.43 0.82 0.13
HSL 28.68º 0.73% 0.51% -
HSV(B) 28.68º 0.82% 0.87% -
XYZ 38.1 30.86 5.96 -
YUV 145.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 222 127 40 0 0.43 0.82 0.13 28.68 0.73 0.51
Hex DE 7F 28 0 2B 52 D 1D 49 33
Octal 336 177 50 0 53 122 15 35 111 63
Binary 11011110 1111111 101000 0 101011 1010010 1101 11101 1001001 110011

Color Harmonies of #DE7F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F28

Black with #DE7F28

Text Example


Text Example

White with #DE7F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F28; }

 p { color: rgb(222,127,40); }

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

background-color css

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

 a { background-color: rgb(222,127,40); }

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

border-color css

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

 span { border-color: rgb(222,127,40); }

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