Html Css Color HEX #D67322 Tahiti Gold

📋 copy color: '#D67322'

red 214 ◦ green 115 ◦ blue 34

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

Shades of Tahiti Gold #D67322

Tints of Tahiti Gold #D67322

RGB

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

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

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

R = 58.95%
G = 31.68%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D67322 (or 0xD67322) is known color: Tahiti Gold. HEX triplet: D6, 73 and 22. RGB value is (214,115,34). Sum of RGB (Red+Green+Blue) = 214+115+34=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D67322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67322 is #298CDD. Grayscale: #878787. Windows color (decimal): -2723038 or 2257878. OLE color: 2257878.

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

Color convert

RGB 214 115 34 -
CMYK 0 0.46 0.84 0.16
HSL 27º 0.73% 0.49% -
HSV(B) 27º 0.84% 0.84% -
XYZ 34.15 26.67 4.86 -
YUV 135.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 214 115 34 0 0.46 0.84 0.16 27 0.73 0.49
Hex D6 73 22 0 2E 54 10 1B 49 31
Octal 326 163 42 0 56 124 20 33 111 61
Binary 11010110 1110011 100010 0 101110 1010100 10000 11011 1001001 110001

Color Harmonies of #D67322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67322

Black with #D67322

Text Example


Text Example

White with #D67322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67322; }

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

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

background-color css

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

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

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

border-color css

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

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

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