Html Css Color HEX #D67227 Tahiti Gold

📋 copy color: '#D67227'

red 214 ◦ green 114 ◦ blue 39

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

Shades of Tahiti Gold #D67227

Tints of Tahiti Gold #D67227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.63%

R = 58.31%
G = 31.06%
B = 10.63%

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

#D67227 (or 0xD67227) is known color: Tahiti Gold. HEX triplet: D6, 72 and 27. RGB value is (214,114,39). Sum of RGB (Red+Green+Blue) = 214+114+39=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D67227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67227 is #298DD8. Grayscale: #878787. Windows color (decimal): -2723289 or 2585302. OLE color: 2585302.

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

Color convert

RGB 214 114 39 -
CMYK 0 0.47 0.82 0.16
HSL 25.71º 0.69% 0.5% -
HSV(B) 25.71º 0.82% 0.84% -
XYZ 34.12 26.48 5.23 -
YUV 135.35 73.63 184.1 -
System Red Green Blue C M Y K H S L
Decimal 214 114 39 0 0.47 0.82 0.16 25.71 0.69 0.5
Hex D6 72 27 0 2F 52 10 1A 45 32
Octal 326 162 47 0 57 122 20 32 105 62
Binary 11010110 1110010 100111 0 101111 1010010 10000 11010 1000101 110010

Color Harmonies of #D67227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67227

Black with #D67227

Text Example


Text Example

White with #D67227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67227; }

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

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

background-color css

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

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

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

border-color css

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

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

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