Html Css Color HEX #DE6D28 Tahiti Gold

📋 copy color: '#DE6D28'

red 222 ◦ green 109 ◦ blue 40

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

Shades of Tahiti Gold #DE6D28

Tints of Tahiti Gold #DE6D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

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

R = 59.84%
G = 29.38%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE6D28 (or 0xDE6D28) is known color: Tahiti Gold. HEX triplet: DE, 6D and 28. RGB value is (222,109,40). Sum of RGB (Red+Green+Blue) = 222+109+40=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D28 is #2192D7. Grayscale: #878787. Windows color (decimal): -2200280 or 2649566. OLE color: 2649566.

HSL color Cylindrical-coordinate representation of color #DE6D28: hue angle of 22.75º 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 #DE6D28 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 109 40 -
CMYK 0 0.51 0.82 0.13
HSL 22.75º 0.73% 0.51% -
HSV(B) 22.75º 0.82% 0.87% -
XYZ 35.98 26.62 5.25 -
YUV 134.92 74.44 190.11 -
System Red Green Blue C M Y K H S L
Decimal 222 109 40 0 0.51 0.82 0.13 22.75 0.73 0.51
Hex DE 6D 28 0 33 52 D 17 49 33
Octal 336 155 50 0 63 122 15 27 111 63
Binary 11011110 1101101 101000 0 110011 1010010 1101 10111 1001001 110011

Color Harmonies of #DE6D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6D28

Black with #DE6D28

Text Example


Text Example

White with #DE6D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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