Html Css Color HEX #DA7222 Tahiti Gold

📋 copy color: '#DA7222'

red 218 ◦ green 114 ◦ blue 34

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

Shades of Tahiti Gold #DA7222

Tints of Tahiti Gold #DA7222

RGB

 RED value IS 218 (85.55% from 255) = 59.56%

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

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

R = 59.56%
G = 31.15%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA7222 (or 0xDA7222) is known color: Tahiti Gold. HEX triplet: DA, 72 and 22. RGB value is (218,114,34). Sum of RGB (Red+Green+Blue) = 218+114+34=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7222 is #258DDD. Grayscale: #888888. Windows color (decimal): -2461150 or 2257626. OLE color: 2257626.

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

Color convert

RGB 218 114 34 -
CMYK 0 0.48 0.84 0.15
HSL 26.09º 0.73% 0.49% -
HSV(B) 26.09º 0.84% 0.85% -
XYZ 35.22 27.06 4.88 -
YUV 135.98 70.46 186.5 -
System Red Green Blue C M Y K H S L
Decimal 218 114 34 0 0.48 0.84 0.15 26.09 0.73 0.49
Hex DA 72 22 0 30 54 F 1A 49 31
Octal 332 162 42 0 60 124 17 32 111 61
Binary 11011010 1110010 100010 0 110000 1010100 1111 11010 1001001 110001

Color Harmonies of #DA7222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7222

Black with #DA7222

Text Example


Text Example

White with #DA7222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7222; }

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

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

background-color css

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

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

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

border-color css

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

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

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