Html Css Color HEX #D67428 Tahiti Gold

📋 copy color: '#D67428'

red 214 ◦ green 116 ◦ blue 40

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

Shades of Tahiti Gold #D67428

Tints of Tahiti Gold #D67428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 57.84%
G = 31.35%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D67428 (or 0xD67428) is known color: Tahiti Gold. HEX triplet: D6, 74 and 28. RGB value is (214,116,40). Sum of RGB (Red+Green+Blue) = 214+116+40=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D67428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67428 is #298BD7. Grayscale: #898989. Windows color (decimal): -2722776 or 2651350. OLE color: 2651350.

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

Color convert

RGB 214 116 40 -
CMYK 0 0.46 0.81 0.16
HSL 26.21º 0.69% 0.5% -
HSV(B) 26.21º 0.81% 0.84% -
XYZ 34.36 26.94 5.4 -
YUV 136.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 214 116 40 0 0.46 0.81 0.16 26.21 0.69 0.5
Hex D6 74 28 0 2E 51 10 1A 45 32
Octal 326 164 50 0 56 121 20 32 105 62
Binary 11010110 1110100 101000 0 101110 1010001 10000 11010 1000101 110010

Color Harmonies of #D67428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67428

Black with #D67428

Text Example


Text Example

White with #D67428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67428; }

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

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

background-color css

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

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

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

border-color css

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

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

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