Html Css Color HEX #D67327 Tahiti Gold

📋 copy color: '#D67327'

red 214 ◦ green 115 ◦ blue 39

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

Shades of Tahiti Gold #D67327

Tints of Tahiti Gold #D67327

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 58.15%
G = 31.25%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67327 (or 0xD67327) is known color: Tahiti Gold. HEX triplet: D6, 73 and 27. RGB value is (214,115,39). Sum of RGB (Red+Green+Blue) = 214+115+39=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D67327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67327 is #298CD8. Grayscale: #888888. Windows color (decimal): -2723033 or 2585558. OLE color: 2585558.

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

Color convert

RGB 214 115 39 -
CMYK 0 0.46 0.82 0.16
HSL 26.06º 0.69% 0.5% -
HSV(B) 26.06º 0.82% 0.84% -
XYZ 34.23 26.7 5.27 -
YUV 135.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 214 115 39 0 0.46 0.82 0.16 26.06 0.69 0.5
Hex D6 73 27 0 2E 52 10 1A 45 32
Octal 326 163 47 0 56 122 20 32 105 62
Binary 11010110 1110011 100111 0 101110 1010010 10000 11010 1000101 110010

Color Harmonies of #D67327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67327

Black with #D67327

Text Example


Text Example

White with #D67327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67327; }

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

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

background-color css

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

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

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

border-color css

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

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

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