Html Css Color HEX #D67226 Tahiti Gold

📋 copy color: '#D67226'

red 214 ◦ green 114 ◦ blue 38

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

Shades of Tahiti Gold #D67226

Tints of Tahiti Gold #D67226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

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

R = 58.47%
G = 31.15%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67226 (or 0xD67226) is known color: Tahiti Gold. HEX triplet: D6, 72 and 26. RGB value is (214,114,38). Sum of RGB (Red+Green+Blue) = 214+114+38=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D67226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67226 is #298DD9. Grayscale: #878787. Windows color (decimal): -2723290 or 2519766. OLE color: 2519766.

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

Color convert

RGB 214 114 38 -
CMYK 0 0.47 0.82 0.16
HSL 25.91º 0.7% 0.49% -
HSV(B) 25.91º 0.82% 0.84% -
XYZ 34.1 26.47 5.15 -
YUV 135.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 214 114 38 0 0.47 0.82 0.16 25.91 0.7 0.49
Hex D6 72 26 0 2F 52 10 1A 46 31
Octal 326 162 46 0 57 122 20 32 106 61
Binary 11010110 1110010 100110 0 101111 1010010 10000 11010 1000110 110001

Color Harmonies of #D67226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67226

Black with #D67226

Text Example


Text Example

White with #D67226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67226; }

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

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

background-color css

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

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

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

border-color css

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

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

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