Html Css Color HEX #DE6525 Tahiti Gold

📋 copy color: '#DE6525'

red 222 ◦ green 101 ◦ blue 37

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

Shades of Tahiti Gold #DE6525

Tints of Tahiti Gold #DE6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 61.67%
G = 28.06%
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

#DE6525 (or 0xDE6525) is known color: Tahiti Gold. HEX triplet: DE, 65 and 25. RGB value is (222,101,37). Sum of RGB (Red+Green+Blue) = 222+101+37=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6525 is #219ADA. Grayscale: #828282. Windows color (decimal): -2202331 or 2450910. OLE color: 2450910.

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

Color convert

RGB 222 101 37 -
CMYK 0 0.55 0.83 0.13
HSL 20.76º 0.74% 0.51% -
HSV(B) 20.76º 0.83% 0.87% -
XYZ 35.11 24.97 4.72 -
YUV 129.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 222 101 37 0 0.55 0.83 0.13 20.76 0.74 0.51
Hex DE 65 25 0 37 53 D 15 4A 33
Octal 336 145 45 0 67 123 15 25 112 63
Binary 11011110 1100101 100101 0 110111 1010011 1101 10101 1001010 110011

Color Harmonies of #DE6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6525

Black with #DE6525

Text Example


Text Example

White with #DE6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6525; }

 p { color: rgb(222,101,37); }

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

background-color css

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

 a { background-color: rgb(222,101,37); }

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

border-color css

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

 span { border-color: rgb(222,101,37); }

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