Html Css Color HEX #D67424 Tahiti Gold

📋 copy color: '#D67424'

red 214 ◦ green 116 ◦ blue 36

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

Shades of Tahiti Gold #D67424

Tints of Tahiti Gold #D67424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 36 (14.45% from 255) = 9.84%

R = 58.47%
G = 31.69%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D67424 (or 0xD67424) is known color: Tahiti Gold. HEX triplet: D6, 74 and 24. RGB value is (214,116,36). Sum of RGB (Red+Green+Blue) = 214+116+36=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D67424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67424 is #298BDB. Grayscale: #888888. Windows color (decimal): -2722780 or 2389206. OLE color: 2389206.

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

Color convert

RGB 214 116 36 -
CMYK 0 0.46 0.83 0.16
HSL 26.97º 0.71% 0.49% -
HSV(B) 26.97º 0.83% 0.84% -
XYZ 34.3 26.91 5.06 -
YUV 136.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 214 116 36 0 0.46 0.83 0.16 26.97 0.71 0.49
Hex D6 74 24 0 2E 53 10 1B 47 31
Octal 326 164 44 0 56 123 20 33 107 61
Binary 11010110 1110100 100100 0 101110 1010011 10000 11011 1000111 110001

Color Harmonies of #D67424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67424

Black with #D67424

Text Example


Text Example

White with #D67424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67424; }

 p { color: rgb(214,116,36); }

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

background-color css

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

 a { background-color: rgb(214,116,36); }

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

border-color css

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

 span { border-color: rgb(214,116,36); }

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