Html Css Color HEX #D87222 Tahiti Gold

📋 copy color: '#D87222'

red 216 ◦ green 114 ◦ blue 34

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

Shades of Tahiti Gold #D87222

Tints of Tahiti Gold #D87222

RGB

 RED value IS 216 (84.77% from 255) = 59.34%

 GREEN value IS 114 (44.92% from 255) = 31.32%

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 59.34%
G = 31.32%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D87222 (or 0xD87222) is known color: Tahiti Gold. HEX triplet: D8, 72 and 22. RGB value is (216,114,34). Sum of RGB (Red+Green+Blue) = 216+114+34=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D87222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87222 is #278DDD. Grayscale: #878787. Windows color (decimal): -2592222 or 2257624. OLE color: 2257624.

HSL color Cylindrical-coordinate representation of color #D87222: hue angle of 26.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D87222 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 34 -
CMYK 0 0.47 0.84 0.15
HSL 26.37º 0.73% 0.49% -
HSV(B) 26.37º 0.84% 0.85% -
XYZ 34.62 26.75 4.85 -
YUV 135.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 216 114 34 0 0.47 0.84 0.15 26.37 0.73 0.49
Hex D8 72 22 0 2F 54 F 1A 49 31
Octal 330 162 42 0 57 124 17 32 111 61
Binary 11011000 1110010 100010 0 101111 1010100 1111 11010 1001001 110001

Color Harmonies of #D87222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87222

Black with #D87222

Text Example


Text Example

White with #D87222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87222; }

 p { color: rgb(216,114,34); }

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

background-color css

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

 a { background-color: rgb(216,114,34); }

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

border-color css

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

 span { border-color: rgb(216,114,34); }

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