Html Css Color HEX #DA6727 Gold Drop

📋 copy color: '#DA6727'

red 218 ◦ green 103 ◦ blue 39

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

Shades of Gold Drop #DA6727

Tints of Gold Drop #DA6727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

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

R = 60.56%
G = 28.61%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA6727 (or 0xDA6727) is known color: Gold Drop. HEX triplet: DA, 67 and 27. RGB value is (218,103,39). Sum of RGB (Red+Green+Blue) = 218+103+39=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6727 is #2598D8. Grayscale: #828282. Windows color (decimal): -2463961 or 2582490. OLE color: 2582490.

HSL color Cylindrical-coordinate representation of color #DA6727: hue angle of 21.45º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA6727 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 39 -
CMYK 0 0.53 0.82 0.15
HSL 21.45º 0.71% 0.5% -
HSV(B) 21.45º 0.82% 0.85% -
XYZ 34.13 24.75 4.9 -
YUV 130.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 218 103 39 0 0.53 0.82 0.15 21.45 0.71 0.5
Hex DA 67 27 0 35 52 F 15 47 32
Octal 332 147 47 0 65 122 17 25 107 62
Binary 11011010 1100111 100111 0 110101 1010010 1111 10101 1000111 110010

Color Harmonies of #DA6727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6727

Black with #DA6727

Text Example


Text Example

White with #DA6727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6727; }

 p { color: rgb(218,103,39); }

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

background-color css

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

 a { background-color: rgb(218,103,39); }

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

border-color css

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

 span { border-color: rgb(218,103,39); }

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