Html Css Color HEX #DA7430 Tahiti Gold

📋 copy color: '#DA7430'

red 218 ◦ green 116 ◦ blue 48

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

Shades of Tahiti Gold #DA7430

Tints of Tahiti Gold #DA7430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 57.07%
G = 30.37%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA7430 (or 0xDA7430) is known color: Tahiti Gold. HEX triplet: DA, 74 and 30. RGB value is (218,116,48). Sum of RGB (Red+Green+Blue) = 218+116+48=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7430 is #258BCF. Grayscale: #8B8B8B. Windows color (decimal): -2460624 or 3175642. OLE color: 3175642.

HSL color Cylindrical-coordinate representation of color #DA7430: hue angle of 24º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA7430 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 48 -
CMYK 0 0.47 0.78 0.15
HSL 24º 0.7% 0.52% -
HSV(B) 24º 0.78% 0.85% -
XYZ 35.69 27.61 6.24 -
YUV 138.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 218 116 48 0 0.47 0.78 0.15 24 0.7 0.52
Hex DA 74 30 0 2F 4E F 18 46 34
Octal 332 164 60 0 57 116 17 30 106 64
Binary 11011010 1110100 110000 0 101111 1001110 1111 11000 1000110 110100

Color Harmonies of #DA7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7430

Black with #DA7430

Text Example


Text Example

White with #DA7430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7430; }

 p { color: rgb(218,116,48); }

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

background-color css

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

 a { background-color: rgb(218,116,48); }

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

border-color css

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

 span { border-color: rgb(218,116,48); }

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