Html Css Color HEX #D67725 Tahiti Gold

📋 copy color: '#D67725'

red 214 ◦ green 119 ◦ blue 37

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

Shades of Tahiti Gold #D67725

Tints of Tahiti Gold #D67725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10%

R = 57.84%
G = 32.16%
B = 10%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D67725 (or 0xD67725) is known color: Tahiti Gold. HEX triplet: D6, 77 and 25. RGB value is (214,119,37). Sum of RGB (Red+Green+Blue) = 214+119+37=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D67725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67725 is #2988DA. Grayscale: #8A8A8A. Windows color (decimal): -2722011 or 2455510. OLE color: 2455510.

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

Color convert

RGB 214 119 37 -
CMYK 0 0.44 0.83 0.16
HSL 27.8º 0.71% 0.49% -
HSV(B) 27.8º 0.83% 0.84% -
XYZ 34.66 27.62 5.26 -
YUV 138.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 214 119 37 0 0.44 0.83 0.16 27.8 0.71 0.49
Hex D6 77 25 0 2C 53 10 1C 47 31
Octal 326 167 45 0 54 123 20 34 107 61
Binary 11010110 1110111 100101 0 101100 1010011 10000 11100 1000111 110001

Color Harmonies of #D67725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67725

Black with #D67725

Text Example


Text Example

White with #D67725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67725; }

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

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

background-color css

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

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

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

border-color css

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

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

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