Html Css Color HEX #D67222 Tahiti Gold

📋 copy color: '#D67222'

red 214 ◦ green 114 ◦ blue 34

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

Shades of Tahiti Gold #D67222

Tints of Tahiti Gold #D67222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.39%

R = 59.12%
G = 31.49%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D67222 (or 0xD67222) is known color: Tahiti Gold. HEX triplet: D6, 72 and 22. RGB value is (214,114,34). Sum of RGB (Red+Green+Blue) = 214+114+34=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D67222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67222 is #298DDD. Grayscale: #878787. Windows color (decimal): -2723294 or 2257622. OLE color: 2257622.

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

Color convert

RGB 214 114 34 -
CMYK 0 0.47 0.84 0.16
HSL 26.67º 0.73% 0.49% -
HSV(B) 26.67º 0.84% 0.84% -
XYZ 34.04 26.45 4.82 -
YUV 134.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 214 114 34 0 0.47 0.84 0.16 26.67 0.73 0.49
Hex D6 72 22 0 2F 54 10 1B 49 31
Octal 326 162 42 0 57 124 20 33 111 61
Binary 11010110 1110010 100010 0 101111 1010100 10000 11011 1001001 110001

Color Harmonies of #D67222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67222

Black with #D67222

Text Example


Text Example

White with #D67222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67222; }

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

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

background-color css

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

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

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

border-color css

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

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

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