Html Css Color HEX #D67726 Tahiti Gold

📋 copy color: '#D67726'

red 214 ◦ green 119 ◦ blue 38

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

Shades of Tahiti Gold #D67726

Tints of Tahiti Gold #D67726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 38 (15.23% from 255) = 10.24%

R = 57.68%
G = 32.08%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67726 (or 0xD67726) is known color: Tahiti Gold. HEX triplet: D6, 77 and 26. RGB value is (214,119,38). Sum of RGB (Red+Green+Blue) = 214+119+38=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D67726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67726 is #2988D9. Grayscale: #8A8A8A. Windows color (decimal): -2722010 or 2521046. OLE color: 2521046.

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

Color convert

RGB 214 119 38 -
CMYK 0 0.44 0.82 0.16
HSL 27.61º 0.7% 0.49% -
HSV(B) 27.61º 0.82% 0.84% -
XYZ 34.68 27.63 5.34 -
YUV 138.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 214 119 38 0 0.44 0.82 0.16 27.61 0.7 0.49
Hex D6 77 26 0 2C 52 10 1C 46 31
Octal 326 167 46 0 54 122 20 34 106 61
Binary 11010110 1110111 100110 0 101100 1010010 10000 11100 1000110 110001

Color Harmonies of #D67726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67726

Black with #D67726

Text Example


Text Example

White with #D67726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67726; }

 p { color: rgb(214,119,38); }

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

background-color css

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

 a { background-color: rgb(214,119,38); }

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

border-color css

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

 span { border-color: rgb(214,119,38); }

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