Html Css Color HEX #DA6631 Gold Drop

📋 copy color: '#DA6631'

red 218 ◦ green 102 ◦ blue 49

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

Shades of Gold Drop #DA6631

Tints of Gold Drop #DA6631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 59.08%
G = 27.64%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA6631 (or 0xDA6631) is known color: Gold Drop. HEX triplet: DA, 66 and 31. RGB value is (218,102,49). Sum of RGB (Red+Green+Blue) = 218+102+49=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6631 is #2599CE. Grayscale: #828282. Windows color (decimal): -2464207 or 3237594. OLE color: 3237594.

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

Color convert

RGB 218 102 49 -
CMYK 0 0.53 0.78 0.15
HSL 18.82º 0.7% 0.52% -
HSV(B) 18.82º 0.78% 0.85% -
XYZ 34.22 24.63 5.86 -
YUV 130.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 218 102 49 0 0.53 0.78 0.15 18.82 0.7 0.52
Hex DA 66 31 0 35 4E F 13 46 34
Octal 332 146 61 0 65 116 17 23 106 64
Binary 11011010 1100110 110001 0 110101 1001110 1111 10011 1000110 110100

Color Harmonies of #DA6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6631

Black with #DA6631

Text Example


Text Example

White with #DA6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6631; }

 p { color: rgb(218,102,49); }

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

background-color css

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

 a { background-color: rgb(218,102,49); }

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

border-color css

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

 span { border-color: rgb(218,102,49); }

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