Html Css Color HEX #D67027 Tahiti Gold

📋 copy color: '#D67027'

red 214 ◦ green 112 ◦ blue 39

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

Shades of Tahiti Gold #D67027

Tints of Tahiti Gold #D67027

RGB

 RED value IS 214 (83.98% from 255) = 58.63%

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 58.63%
G = 30.68%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67027 (or 0xD67027) is known color: Tahiti Gold. HEX triplet: D6, 70 and 27. RGB value is (214,112,39). Sum of RGB (Red+Green+Blue) = 214+112+39=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D67027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67027 is #298FD8. Grayscale: #868686. Windows color (decimal): -2723801 or 2584790. OLE color: 2584790.

HSL color Cylindrical-coordinate representation of color #D67027: hue angle of 25.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D67027 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 39 -
CMYK 0 0.48 0.82 0.16
HSL 25.03º 0.69% 0.5% -
HSV(B) 25.03º 0.82% 0.84% -
XYZ 33.89 26.03 5.16 -
YUV 134.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 214 112 39 0 0.48 0.82 0.16 25.03 0.69 0.5
Hex D6 70 27 0 30 52 10 19 45 32
Octal 326 160 47 0 60 122 20 31 105 62
Binary 11010110 1110000 100111 0 110000 1010010 10000 11001 1000101 110010

Color Harmonies of #D67027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67027

Black with #D67027

Text Example


Text Example

White with #D67027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67027; }

 p { color: rgb(214,112,39); }

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

background-color css

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

 a { background-color: rgb(214,112,39); }

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

border-color css

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

 span { border-color: rgb(214,112,39); }

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