Html Css Color HEX #D67029 Tahiti Gold

📋 copy color: '#D67029'

red 214 ◦ green 112 ◦ blue 41

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

Shades of Tahiti Gold #D67029

Tints of Tahiti Gold #D67029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 58.31%
G = 30.52%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D67029 (or 0xD67029) is known color: Tahiti Gold. HEX triplet: D6, 70 and 29. RGB value is (214,112,41). Sum of RGB (Red+Green+Blue) = 214+112+41=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D67029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67029 is #298FD6. Grayscale: #868686. Windows color (decimal): -2723799 or 2715862. OLE color: 2715862.

HSL color Cylindrical-coordinate representation of color #D67029: hue angle of 24.62º degrees, saturation: 0.68, 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 #D67029 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 41 -
CMYK 0 0.48 0.81 0.16
HSL 24.62º 0.68% 0.5% -
HSV(B) 24.62º 0.81% 0.84% -
XYZ 33.93 26.04 5.34 -
YUV 134.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 214 112 41 0 0.48 0.81 0.16 24.62 0.68 0.5
Hex D6 70 29 0 30 51 10 19 44 32
Octal 326 160 51 0 60 121 20 31 104 62
Binary 11010110 1110000 101001 0 110000 1010001 10000 11001 1000100 110010

Color Harmonies of #D67029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67029

Black with #D67029

Text Example


Text Example

White with #D67029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67029; }

 p { color: rgb(214,112,41); }

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

background-color css

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

 a { background-color: rgb(214,112,41); }

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

border-color css

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

 span { border-color: rgb(214,112,41); }

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