Html Css Color HEX #DA762F Tahiti Gold

📋 copy color: '#DA762F'

red 218 ◦ green 118 ◦ blue 47

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

Shades of Tahiti Gold #DA762F

Tints of Tahiti Gold #DA762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.81%

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 56.92%
G = 30.81%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA762F (or 0xDA762F) is known color: Tahiti Gold. HEX triplet: DA, 76 and 2F. RGB value is (218,118,47). Sum of RGB (Red+Green+Blue) = 218+118+47=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA762F is #2589D0. Grayscale: #8C8C8C. Windows color (decimal): -2460113 or 3110618. OLE color: 3110618.

HSL color Cylindrical-coordinate representation of color #DA762F: hue angle of 24.91º 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 #DA762F is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 47 -
CMYK 0 0.46 0.78 0.15
HSL 24.91º 0.7% 0.52% -
HSV(B) 24.91º 0.78% 0.85% -
XYZ 35.9 28.07 6.21 -
YUV 139.81 75.63 183.77 -
System Red Green Blue C M Y K H S L
Decimal 218 118 47 0 0.46 0.78 0.15 24.91 0.7 0.52
Hex DA 76 2F 0 2E 4E F 19 46 34
Octal 332 166 57 0 56 116 17 31 106 64
Binary 11011010 1110110 101111 0 101110 1001110 1111 11001 1000110 110100

Color Harmonies of #DA762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA762F

Black with #DA762F

Text Example


Text Example

White with #DA762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA762F; }

 p { color: rgb(218,118,47); }

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

background-color css

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

 a { background-color: rgb(218,118,47); }

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

border-color css

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

 span { border-color: rgb(218,118,47); }

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